Html Css Color HEX #B68CDB Biloba Flower

📋 copy color: '#B68CDB'

red 182 ◦ green 140 ◦ blue 219

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

Shades of Biloba Flower #B68CDB

Tints of Biloba Flower #B68CDB

RGB

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

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

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

R = 33.64%
G = 25.88%
B = 40.48%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B68CDB (or 0xB68CDB) is known color: Biloba Flower. HEX triplet: B6, 8C and DB. RGB value is (182,140,219). Sum of RGB (Red+Green+Blue) = 182+140+219=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #B68CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68CDB is #497324. Grayscale: #A1A1A1. Windows color (decimal): -4813605 or 14388406. OLE color: 14388406.

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

Color convert

RGB 182 140 219 -
CMYK 0.17 0.36 0 0.14
HSL 271.9º 0.52% 0.7% -
HSV(B) 271.9º 0.36% 0.86% -
XYZ 41.46 33.82 71.36 -
YUV 161.56 160.41 142.58 -
System Red Green Blue C M Y K H S L
Decimal 182 140 219 0.17 0.36 0 0.14 271.9 0.52 0.7
Hex B6 8C DB 11 24 0 E 110 34 46
Octal 266 214 333 21 44 0 16 420 64 106
Binary 10110110 10001100 11011011 10001 100100 0 1110 100010000 110100 1000110

Color Harmonies of #B68CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CDB

Black with #B68CDB

Text Example


Text Example

White with #B68CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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