Html Css Color HEX #B884DC Biloba Flower

📋 copy color: '#B884DC'

red 184 ◦ green 132 ◦ blue 220

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

Shades of Biloba Flower #B884DC

Tints of Biloba Flower #B884DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.63%

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 34.33%
G = 24.63%
B = 41.04%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B884DC (or 0xB884DC) is known color: Biloba Flower. HEX triplet: B8, 84 and DC. RGB value is (184,132,220). Sum of RGB (Red+Green+Blue) = 184+132+220=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #B884DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884DC is #477B23. Grayscale: #9D9D9D. Windows color (decimal): -4684580 or 14451896. OLE color: 14451896.

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

Color convert

RGB 184 132 220 -
CMYK 0.16 0.40 0 0.14
HSL 275.45º 0.56% 0.69% -
HSV(B) 275.45º 0.4% 0.86% -
XYZ 40.94 31.86 71.7 -
YUV 157.58 163.23 146.84 -
System Red Green Blue C M Y K H S L
Decimal 184 132 220 0.16 0.40 0 0.14 275.45 0.56 0.69
Hex B8 84 DC 10 28 0 E 113 38 45
Octal 270 204 334 20 50 0 16 423 70 105
Binary 10111000 10000100 11011100 10000 101000 0 1110 100010011 111000 1000101

Color Harmonies of #B884DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B884DC

Black with #B884DC

Text Example


Text Example

White with #B884DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B884DC; }

 p { color: rgb(184,132,220); }

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

background-color css

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

 a { background-color: rgb(184,132,220); }

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

border-color css

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

 span { border-color: rgb(184,132,220); }

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