Html Css Color HEX #B68EEC Biloba Flower

📋 copy color: '#B68EEC'

red 182 ◦ green 142 ◦ blue 236

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

Shades of Biloba Flower #B68EEC

Tints of Biloba Flower #B68EEC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.36%

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

R = 32.5%
G = 25.36%
B = 42.14%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B68EEC (or 0xB68EEC) is known color: Biloba Flower. HEX triplet: B6, 8E and EC. RGB value is (182,142,236). Sum of RGB (Red+Green+Blue) = 182+142+236=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #B68EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68EEC is #497113. Grayscale: #A4A4A4. Windows color (decimal): -4813076 or 15503030. OLE color: 15503030.

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

Color convert

RGB 182 142 236 -
CMYK 0.23 0.40 0 0.07
HSL 265.53º 0.71% 0.74% -
HSV(B) 265.53º 0.4% 0.93% -
XYZ 44.1 35.35 83.86 -
YUV 164.68 168.25 140.36 -
System Red Green Blue C M Y K H S L
Decimal 182 142 236 0.23 0.40 0 0.07 265.53 0.71 0.74
Hex B6 8E EC 17 28 0 7 10A 47 4A
Octal 266 216 354 27 50 0 7 412 107 112
Binary 10110110 10001110 11101100 10111 101000 0 111 100001010 1000111 1001010

Color Harmonies of #B68EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68EEC

Black with #B68EEC

Text Example


Text Example

White with #B68EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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