Html Css Color HEX #B884DD Biloba Flower

📋 copy color: '#B884DD'

red 184 ◦ green 132 ◦ blue 221

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

Shades of Biloba Flower #B884DD

Tints of Biloba Flower #B884DD

RGB

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

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

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

R = 34.26%
G = 24.58%
B = 41.15%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B884DD (or 0xB884DD) is known color: Biloba Flower. HEX triplet: B8, 84 and DD. RGB value is (184,132,221). Sum of RGB (Red+Green+Blue) = 184+132+221=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #B884DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884DD is #477B22. Grayscale: #9D9D9D. Windows color (decimal): -4684579 or 14517432. OLE color: 14517432.

HSL color Cylindrical-coordinate representation of color #B884DD: hue angle of 275.06º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B884DD is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 132 221 -
CMYK 0.17 0.40 0 0.13
HSL 275.06º 0.57% 0.69% -
HSV(B) 275.06º 0.4% 0.87% -
XYZ 41.07 31.91 72.4 -
YUV 157.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 184 132 221 0.17 0.40 0 0.13 275.06 0.57 0.69
Hex B8 84 DD 11 28 0 D 113 39 45
Octal 270 204 335 21 50 0 15 423 71 105
Binary 10111000 10000100 11011101 10001 101000 0 1101 100010011 111001 1000101

Color Harmonies of #B884DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B884DD

Black with #B884DD

Text Example


Text Example

White with #B884DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B884DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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