Html Css Color HEX #B08DEC Biloba Flower

📋 copy color: '#B08DEC'

red 176 ◦ green 141 ◦ blue 236

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

Shades of Biloba Flower #B08DEC

Tints of Biloba Flower #B08DEC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.5%

 BLUE value IS 236 (92.58% from 255) = 42.68%

R = 31.83%
G = 25.5%
B = 42.68%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B08DEC (or 0xB08DEC) is known color: Biloba Flower. HEX triplet: B0, 8D and EC. RGB value is (176,141,236). Sum of RGB (Red+Green+Blue) = 176+141+236=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #B08DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08DEC is #4F7213. Grayscale: #A1A1A1. Windows color (decimal): -5206548 or 15502768. OLE color: 15502768.

HSL color Cylindrical-coordinate representation of color #B08DEC: hue angle of 262.11º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B08DEC is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 141 236 -
CMYK 0.25 0.40 0 0.07
HSL 262.11º 0.71% 0.74% -
HSV(B) 262.11º 0.4% 0.93% -
XYZ 42.57 34.34 83.74 -
YUV 162.3 169.6 137.78 -
System Red Green Blue C M Y K H S L
Decimal 176 141 236 0.25 0.40 0 0.07 262.11 0.71 0.74
Hex B0 8D EC 19 28 0 7 106 47 4A
Octal 260 215 354 31 50 0 7 406 107 112
Binary 10110000 10001101 11101100 11001 101000 0 111 100000110 1000111 1001010

Color Harmonies of #B08DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08DEC

Black with #B08DEC

Text Example


Text Example

White with #B08DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08DEC; }

 p { color: rgb(176,141,236); }

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

background-color css

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

 a { background-color: rgb(176,141,236); }

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

border-color css

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

 span { border-color: rgb(176,141,236); }

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