Html Css Color HEX #B68EED Biloba Flower

📋 copy color: '#B68EED'

red 182 ◦ green 142 ◦ blue 237

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

Shades of Biloba Flower #B68EED

Tints of Biloba Flower #B68EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.25%

R = 32.44%
G = 25.31%
B = 42.25%

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

#B68EED (or 0xB68EED) is known color: Biloba Flower. HEX triplet: B6, 8E and ED. RGB value is (182,142,237). Sum of RGB (Red+Green+Blue) = 182+142+237=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #B68EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68EED is #497112. Grayscale: #A4A4A4. Windows color (decimal): -4813075 or 15568566. OLE color: 15568566.

HSL color Cylindrical-coordinate representation of color #B68EED: hue angle of 265.26º degrees, saturation: 0.73, 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 #B68EED is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 142 237 -
CMYK 0.23 0.40 0 0.07
HSL 265.26º 0.73% 0.74% -
HSV(B) 265.26º 0.4% 0.93% -
XYZ 44.25 35.41 84.62 -
YUV 164.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 182 142 237 0.23 0.40 0 0.07 265.26 0.73 0.74
Hex B6 8E ED 17 28 0 7 109 49 4A
Octal 266 216 355 27 50 0 7 411 111 112
Binary 10110110 10001110 11101101 10111 101000 0 111 100001001 1001001 1001010

Color Harmonies of #B68EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68EED

Black with #B68EED

Text Example


Text Example

White with #B68EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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