Html Css Color HEX #B08BD7 Biloba Flower

📋 copy color: '#B08BD7'

red 176 ◦ green 139 ◦ blue 215

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

Shades of Biloba Flower #B08BD7

Tints of Biloba Flower #B08BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.57%

R = 33.21%
G = 26.23%
B = 40.57%

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

#B08BD7 (or 0xB08BD7) is known color: Biloba Flower. HEX triplet: B0, 8B and D7. RGB value is (176,139,215). Sum of RGB (Red+Green+Blue) = 176+139+215=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #B08BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BD7 is #4F7428. Grayscale: #9E9E9E. Windows color (decimal): -5207081 or 14126000. OLE color: 14126000.

HSL color Cylindrical-coordinate representation of color #B08BD7: hue angle of 269.21º degrees, saturation: 0.49, 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 #B08BD7 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 139 215 -
CMYK 0.18 0.35 0 0.16
HSL 269.21º 0.49% 0.69% -
HSV(B) 269.21º 0.35% 0.84% -
XYZ 39.4 32.6 68.51 -
YUV 158.73 159.76 140.32 -
System Red Green Blue C M Y K H S L
Decimal 176 139 215 0.18 0.35 0 0.16 269.21 0.49 0.69
Hex B0 8B D7 12 23 0 10 10D 31 45
Octal 260 213 327 22 43 0 20 415 61 105
Binary 10110000 10001011 11010111 10010 100011 0 10000 100001101 110001 1000101

Color Harmonies of #B08BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08BD7

Black with #B08BD7

Text Example


Text Example

White with #B08BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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