Html Css Color HEX #B68EDB Biloba Flower

📋 copy color: '#B68EDB'

red 182 ◦ green 142 ◦ blue 219

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

Shades of Biloba Flower #B68EDB

Tints of Biloba Flower #B68EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.33%

R = 33.52%
G = 26.15%
B = 40.33%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B68EDB (or 0xB68EDB) is known color: Biloba Flower. HEX triplet: B6, 8E and DB. RGB value is (182,142,219). Sum of RGB (Red+Green+Blue) = 182+142+219=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #B68EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68EDB is #497124. Grayscale: #A2A2A2. Windows color (decimal): -4813093 or 14388918. OLE color: 14388918.

HSL color Cylindrical-coordinate representation of color #B68EDB: hue angle of 271.17º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B68EDB is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 142 219 -
CMYK 0.17 0.35 0 0.14
HSL 271.17º 0.52% 0.71% -
HSV(B) 271.17º 0.35% 0.86% -
XYZ 41.75 34.41 71.46 -
YUV 162.74 159.75 141.74 -
System Red Green Blue C M Y K H S L
Decimal 182 142 219 0.17 0.35 0 0.14 271.17 0.52 0.71
Hex B6 8E DB 11 23 0 E 10F 34 47
Octal 266 216 333 21 43 0 16 417 64 107
Binary 10110110 10001110 11011011 10001 100011 0 1110 100001111 110100 1000111

Color Harmonies of #B68EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68EDB

Black with #B68EDB

Text Example


Text Example

White with #B68EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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