Html Css Color HEX #B68CEC Biloba Flower

📋 copy color: '#B68CEC'

red 182 ◦ green 140 ◦ blue 236

#B68CEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B68CEC

Tints of Biloba Flower #B68CEC

RGB

 RED value IS 182 (71.48% from 255) = 32.62%

 GREEN value IS 140 (55.08% from 255) = 25.09%

 BLUE value IS 236 (92.58% from 255) = 42.29%

R = 32.62%
G = 25.09%
B = 42.29%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B68CEC (or 0xB68CEC) is known color: Biloba Flower. HEX triplet: B6, 8C and EC. RGB value is (182,140,236). Sum of RGB (Red+Green+Blue) = 182+140+236=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #B68CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68CEC is #497313. Grayscale: #A3A3A3. Windows color (decimal): -4813588 or 15502518. OLE color: 15502518.

HSL color Cylindrical-coordinate representation of color #B68CEC: hue angle of 266.25º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B68CEC is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 140 236 -
CMYK 0.23 0.41 0 0.07
HSL 266.25º 0.72% 0.74% -
HSV(B) 266.25º 0.41% 0.93% -
XYZ 43.81 34.76 83.76 -
YUV 163.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 182 140 236 0.23 0.41 0 0.07 266.25 0.72 0.74
Hex B6 8C EC 17 29 0 7 10A 48 4A
Octal 266 214 354 27 51 0 7 412 110 112
Binary 10110110 10001100 11101100 10111 101001 0 111 100001010 1001000 1001010

Color Harmonies of #B68CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CEC

Black with #B68CEC

Text Example


Text Example

White with #B68CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CEC; }

 p { color: rgb(182,140,236); }

 H1.HeaderClassName
 {
   color: #B68CEC;
 }
 .AnyTagClassName
 {
   color: #B68CEC;
 }
</style>

background-color css

<style>
 a { background-color: #B68CEC; }

 a { background-color: rgb(182,140,236); }

 div.DivClassName
 {
   background-color: #B68CEC;
 }
 .BgClassName
 {
   background-color: #B68CEC;
 }
</style>

border-color css

<style>
 span { border-color: #B68CEC; }

 span { border-color: rgb(182,140,236); }

 td.TdClassName
 {
   border-color: #B68CEC;
 }
 .TagClassName
 {
   border-color: #B68CEC;
 }
</style>