Html Css Color HEX #B886DD Biloba Flower

📋 copy color: '#B886DD'

red 184 ◦ green 134 ◦ blue 221

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

Shades of Biloba Flower #B886DD

Tints of Biloba Flower #B886DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41%

R = 34.14%
G = 24.86%
B = 41%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B886DD (or 0xB886DD) is known color: Biloba Flower. HEX triplet: B8, 86 and DD. RGB value is (184,134,221). Sum of RGB (Red+Green+Blue) = 184+134+221=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #B886DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B886DD is #477922. Grayscale: #9E9E9E. Windows color (decimal): -4684067 or 14517944. OLE color: 14517944.

HSL color Cylindrical-coordinate representation of color #B886DD: hue angle of 274.48º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B886DD is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 134 221 -
CMYK 0.17 0.39 0 0.13
HSL 274.48º 0.56% 0.7% -
HSV(B) 274.48º 0.39% 0.87% -
XYZ 41.34 32.46 72.49 -
YUV 158.87 163.07 145.93 -
System Red Green Blue C M Y K H S L
Decimal 184 134 221 0.17 0.39 0 0.13 274.48 0.56 0.7
Hex B8 86 DD 11 27 0 D 112 38 46
Octal 270 206 335 21 47 0 15 422 70 106
Binary 10111000 10000110 11011101 10001 100111 0 1101 100010010 111000 1000110

Color Harmonies of #B886DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B886DD

Black with #B886DD

Text Example


Text Example

White with #B886DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B886DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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