Html Css Color HEX #B68DDB Biloba Flower

📋 copy color: '#B68DDB'

red 182 ◦ green 141 ◦ blue 219

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

Shades of Biloba Flower #B68DDB

Tints of Biloba Flower #B68DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.01%

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

R = 33.58%
G = 26.01%
B = 40.41%

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

#B68DDB (or 0xB68DDB) is known color: Biloba Flower. HEX triplet: B6, 8D and DB. RGB value is (182,141,219). Sum of RGB (Red+Green+Blue) = 182+141+219=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #B68DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DDB is #497224. Grayscale: #A1A1A1. Windows color (decimal): -4813349 or 14388662. OLE color: 14388662.

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

Color convert

RGB 182 141 219 -
CMYK 0.17 0.36 0 0.14
HSL 271.54º 0.52% 0.71% -
HSV(B) 271.54º 0.36% 0.86% -
XYZ 41.6 34.11 71.41 -
YUV 162.15 160.08 142.16 -
System Red Green Blue C M Y K H S L
Decimal 182 141 219 0.17 0.36 0 0.14 271.54 0.52 0.71
Hex B6 8D DB 11 24 0 E 110 34 47
Octal 266 215 333 21 44 0 16 420 64 107
Binary 10110110 10001101 11011011 10001 100100 0 1110 100010000 110100 1000111

Color Harmonies of #B68DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68DDB

Black with #B68DDB

Text Example


Text Example

White with #B68DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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