Html Css Color HEX #B88EDB Biloba Flower

📋 copy color: '#B88EDB'

red 184 ◦ green 142 ◦ blue 219

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

Shades of Biloba Flower #B88EDB

Tints of Biloba Flower #B88EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.18%

R = 33.76%
G = 26.06%
B = 40.18%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B88EDB (or 0xB88EDB) is known color: Biloba Flower. HEX triplet: B8, 8E and DB. RGB value is (184,142,219). Sum of RGB (Red+Green+Blue) = 184+142+219=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #B88EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88EDB is #477124. Grayscale: #A3A3A3. Windows color (decimal): -4682021 or 14388920. OLE color: 14388920.

HSL color Cylindrical-coordinate representation of color #B88EDB: hue angle of 272.73º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B88EDB is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 142 219 -
CMYK 0.16 0.35 0 0.14
HSL 272.73º 0.52% 0.71% -
HSV(B) 272.73º 0.35% 0.86% -
XYZ 42.23 34.65 71.48 -
YUV 163.34 159.41 142.74 -
System Red Green Blue C M Y K H S L
Decimal 184 142 219 0.16 0.35 0 0.14 272.73 0.52 0.71
Hex B8 8E DB 10 23 0 E 111 34 47
Octal 270 216 333 20 43 0 16 421 64 107
Binary 10111000 10001110 11011011 10000 100011 0 1110 100010001 110100 1000111

Color Harmonies of #B88EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88EDB

Black with #B88EDB

Text Example


Text Example

White with #B88EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88EDB; }

 p { color: rgb(184,142,219); }

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

background-color css

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

 a { background-color: rgb(184,142,219); }

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

border-color css

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

 span { border-color: rgb(184,142,219); }

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