Html Css Color HEX #B68BDB Biloba Flower

📋 copy color: '#B68BDB'

red 182 ◦ green 139 ◦ blue 219

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

Shades of Biloba Flower #B68BDB

Tints of Biloba Flower #B68BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.74%

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

R = 33.7%
G = 25.74%
B = 40.56%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B68BDB (or 0xB68BDB) is known color: Biloba Flower. HEX triplet: B6, 8B and DB. RGB value is (182,139,219). Sum of RGB (Red+Green+Blue) = 182+139+219=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #B68BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68BDB is #497424. Grayscale: #A0A0A0. Windows color (decimal): -4813861 or 14388150. OLE color: 14388150.

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

Color convert

RGB 182 139 219 -
CMYK 0.17 0.37 0 0.14
HSL 272.25º 0.53% 0.7% -
HSV(B) 272.25º 0.37% 0.86% -
XYZ 41.31 33.52 71.31 -
YUV 160.98 160.75 143 -
System Red Green Blue C M Y K H S L
Decimal 182 139 219 0.17 0.37 0 0.14 272.25 0.53 0.7
Hex B6 8B DB 11 25 0 E 110 35 46
Octal 266 213 333 21 45 0 16 420 65 106
Binary 10110110 10001011 11011011 10001 100101 0 1110 100010000 110101 1000110

Color Harmonies of #B68BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68BDB

Black with #B68BDB

Text Example


Text Example

White with #B68BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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