Html Css Color HEX #B08BD6 Biloba Flower

📋 copy color: '#B08BD6'

red 176 ◦ green 139 ◦ blue 214

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

Shades of Biloba Flower #B08BD6

Tints of Biloba Flower #B08BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.45%

R = 33.27%
G = 26.28%
B = 40.45%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B08BD6 (or 0xB08BD6) is known color: Biloba Flower. HEX triplet: B0, 8B and D6. RGB value is (176,139,214). Sum of RGB (Red+Green+Blue) = 176+139+214=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #B08BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BD6 is #4F7429. Grayscale: #9E9E9E. Windows color (decimal): -5207082 or 14060464. OLE color: 14060464.

HSL color Cylindrical-coordinate representation of color #B08BD6: hue angle of 269.6º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B08BD6 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 139 214 -
CMYK 0.18 0.35 0 0.16
HSL 269.6º 0.48% 0.69% -
HSV(B) 269.6º 0.35% 0.84% -
XYZ 39.27 32.55 67.83 -
YUV 158.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 176 139 214 0.18 0.35 0 0.16 269.6 0.48 0.69
Hex B0 8B D6 12 23 0 10 10E 30 45
Octal 260 213 326 22 43 0 20 416 60 105
Binary 10110000 10001011 11010110 10010 100011 0 10000 100001110 110000 1000101

Color Harmonies of #B08BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08BD6

Black with #B08BD6

Text Example


Text Example

White with #B08BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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