Html Css Color HEX #B08BD2 Biloba Flower

📋 copy color: '#B08BD2'

red 176 ◦ green 139 ◦ blue 210

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

Shades of Biloba Flower #B08BD2

Tints of Biloba Flower #B08BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40%

R = 33.52%
G = 26.48%
B = 40%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B08BD2 (or 0xB08BD2) is known color: Biloba Flower. HEX triplet: B0, 8B and D2. RGB value is (176,139,210). Sum of RGB (Red+Green+Blue) = 176+139+210=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 210 - color contains mainly: blue. Hex color #B08BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BD2 is #4F742D. Grayscale: #9D9D9D. Windows color (decimal): -5207086 or 13798320. OLE color: 13798320.

HSL color Cylindrical-coordinate representation of color #B08BD2: hue angle of 271.27º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B08BD2 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 139 210 -
CMYK 0.16 0.34 0 0.18
HSL 271.27º 0.44% 0.68% -
HSV(B) 271.27º 0.34% 0.82% -
XYZ 38.77 32.35 65.17 -
YUV 158.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 176 139 210 0.16 0.34 0 0.18 271.27 0.44 0.68
Hex B0 8B D2 10 22 0 12 10F 2C 44
Octal 260 213 322 20 42 0 22 417 54 104
Binary 10110000 10001011 11010010 10000 100010 0 10010 100001111 101100 1000100

Color Harmonies of #B08BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08BD2

Black with #B08BD2

Text Example


Text Example

White with #B08BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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