Html Css Color HEX #B88DEC Biloba Flower

📋 copy color: '#B88DEC'

red 184 ◦ green 141 ◦ blue 236

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

Shades of Biloba Flower #B88DEC

Tints of Biloba Flower #B88DEC

RGB

 RED value IS 184 (72.27% from 255) = 32.8%

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

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

R = 32.8%
G = 25.13%
B = 42.07%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B88DEC (or 0xB88DEC) is known color: Biloba Flower. HEX triplet: B8, 8D and EC. RGB value is (184,141,236). Sum of RGB (Red+Green+Blue) = 184+141+236=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #B88DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88DEC is #477213. Grayscale: #A4A4A4. Windows color (decimal): -4682260 or 15502776. OLE color: 15502776.

HSL color Cylindrical-coordinate representation of color #B88DEC: hue angle of 267.16º 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 #B88DEC is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 141 236 -
CMYK 0.22 0.40 0 0.07
HSL 267.16º 0.71% 0.74% -
HSV(B) 267.16º 0.4% 0.93% -
XYZ 44.43 35.3 83.83 -
YUV 164.69 168.25 141.78 -
System Red Green Blue C M Y K H S L
Decimal 184 141 236 0.22 0.40 0 0.07 267.16 0.71 0.74
Hex B8 8D EC 16 28 0 7 10B 47 4A
Octal 270 215 354 26 50 0 7 413 107 112
Binary 10111000 10001101 11101100 10110 101000 0 111 100001011 1000111 1001010

Color Harmonies of #B88DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88DEC

Black with #B88DEC

Text Example


Text Example

White with #B88DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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