Html Css Color HEX #B08BDB Biloba Flower

📋 copy color: '#B08BDB'

red 176 ◦ green 139 ◦ blue 219

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

Shades of Biloba Flower #B08BDB

Tints of Biloba Flower #B08BDB

RGB

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

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

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

R = 32.96%
G = 26.03%
B = 41.01%

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

#B08BDB (or 0xB08BDB) is known color: Biloba Flower. HEX triplet: B0, 8B and DB. RGB value is (176,139,219). Sum of RGB (Red+Green+Blue) = 176+139+219=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #B08BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BDB is #4F7424. Grayscale: #9E9E9E. Windows color (decimal): -5207077 or 14388144. OLE color: 14388144.

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

Color convert

RGB 176 139 219 -
CMYK 0.20 0.37 0 0.14
HSL 267.75º 0.53% 0.7% -
HSV(B) 267.75º 0.37% 0.86% -
XYZ 39.92 32.81 71.25 -
YUV 159.18 161.76 140 -
System Red Green Blue C M Y K H S L
Decimal 176 139 219 0.20 0.37 0 0.14 267.75 0.53 0.7
Hex B0 8B DB 14 25 0 E 10C 35 46
Octal 260 213 333 24 45 0 16 414 65 106
Binary 10110000 10001011 11011011 10100 100101 0 1110 100001100 110101 1000110

Color Harmonies of #B08BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08BDB

Black with #B08BDB

Text Example


Text Example

White with #B08BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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