Html Css Color HEX #B08ADB Biloba Flower

📋 copy color: '#B08ADB'

red 176 ◦ green 138 ◦ blue 219

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

Shades of Biloba Flower #B08ADB

Tints of Biloba Flower #B08ADB

RGB

 RED value IS 176 (69.14% from 255) = 33.02%

 GREEN value IS 138 (54.3% from 255) = 25.89%

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

R = 33.02%
G = 25.89%
B = 41.09%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B08ADB (or 0xB08ADB) is known color: Biloba Flower. HEX triplet: B0, 8A and DB. RGB value is (176,138,219). Sum of RGB (Red+Green+Blue) = 176+138+219=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #B08ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ADB is #4F7524. Grayscale: #9E9E9E. Windows color (decimal): -5207333 or 14387888. OLE color: 14387888.

HSL color Cylindrical-coordinate representation of color #B08ADB: hue angle of 268.15º 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 #B08ADB is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 138 219 -
CMYK 0.20 0.37 0 0.14
HSL 268.15º 0.53% 0.7% -
HSV(B) 268.15º 0.37% 0.86% -
XYZ 39.78 32.52 71.2 -
YUV 158.6 162.09 140.41 -
System Red Green Blue C M Y K H S L
Decimal 176 138 219 0.20 0.37 0 0.14 268.15 0.53 0.7
Hex B0 8A DB 14 25 0 E 10C 35 46
Octal 260 212 333 24 45 0 16 414 65 106
Binary 10110000 10001010 11011011 10100 100101 0 1110 100001100 110101 1000110

Color Harmonies of #B08ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08ADB

Black with #B08ADB

Text Example


Text Example

White with #B08ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08ADB; }

 p { color: rgb(176,138,219); }

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

background-color css

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

 a { background-color: rgb(176,138,219); }

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

border-color css

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

 span { border-color: rgb(176,138,219); }

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