Html Css Color HEX #B886DB Biloba Flower

📋 copy color: '#B886DB'

red 184 ◦ green 134 ◦ blue 219

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

Shades of Biloba Flower #B886DB

Tints of Biloba Flower #B886DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.95%

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

R = 34.26%
G = 24.95%
B = 40.78%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B886DB (or 0xB886DB) is known color: Biloba Flower. HEX triplet: B8, 86 and DB. RGB value is (184,134,219). Sum of RGB (Red+Green+Blue) = 184+134+219=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #B886DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B886DB is #477924. Grayscale: #9E9E9E. Windows color (decimal): -4684069 or 14386872. OLE color: 14386872.

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

Color convert

RGB 184 134 219 -
CMYK 0.16 0.39 0 0.14
HSL 275.29º 0.54% 0.69% -
HSV(B) 275.29º 0.39% 0.86% -
XYZ 41.08 32.36 71.1 -
YUV 158.64 162.07 146.09 -
System Red Green Blue C M Y K H S L
Decimal 184 134 219 0.16 0.39 0 0.14 275.29 0.54 0.69
Hex B8 86 DB 10 27 0 E 113 36 45
Octal 270 206 333 20 47 0 16 423 66 105
Binary 10111000 10000110 11011011 10000 100111 0 1110 100010011 110110 1000101

Color Harmonies of #B886DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B886DB

Black with #B886DB

Text Example


Text Example

White with #B886DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B886DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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