Html Css Color HEX #B08ED5 Biloba Flower

📋 copy color: '#B08ED5'

red 176 ◦ green 142 ◦ blue 213

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

Shades of Biloba Flower #B08ED5

Tints of Biloba Flower #B08ED5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.74%

 BLUE value IS 213 (83.59% from 255) = 40.11%

R = 33.15%
G = 26.74%
B = 40.11%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B08ED5 (or 0xB08ED5) is known color: Biloba Flower. HEX triplet: B0, 8E and D5. RGB value is (176,142,213). Sum of RGB (Red+Green+Blue) = 176+142+213=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 213 - color contains mainly: blue. Hex color #B08ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ED5 is #4F712A. Grayscale: #A0A0A0. Windows color (decimal): -5206315 or 13995696. OLE color: 13995696.

HSL color Cylindrical-coordinate representation of color #B08ED5: hue angle of 268.73º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B08ED5 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 142 213 -
CMYK 0.17 0.33 0 0.16
HSL 268.73º 0.46% 0.7% -
HSV(B) 268.73º 0.33% 0.84% -
XYZ 39.59 33.38 67.31 -
YUV 160.26 157.76 139.23 -
System Red Green Blue C M Y K H S L
Decimal 176 142 213 0.17 0.33 0 0.16 268.73 0.46 0.7
Hex B0 8E D5 11 21 0 10 10D 2E 46
Octal 260 216 325 21 41 0 20 415 56 106
Binary 10110000 10001110 11010101 10001 100001 0 10000 100001101 101110 1000110

Color Harmonies of #B08ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08ED5

Black with #B08ED5

Text Example


Text Example

White with #B08ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08ED5; }

 p { color: rgb(176,142,213); }

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

background-color css

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

 a { background-color: rgb(176,142,213); }

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

border-color css

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

 span { border-color: rgb(176,142,213); }

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