Html Css Color HEX #B884DB Biloba Flower

📋 copy color: '#B884DB'

red 184 ◦ green 132 ◦ blue 219

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

Shades of Biloba Flower #B884DB

Tints of Biloba Flower #B884DB

RGB

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

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

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

R = 34.39%
G = 24.67%
B = 40.93%

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

#B884DB (or 0xB884DB) is known color: Biloba Flower. HEX triplet: B8, 84 and DB. RGB value is (184,132,219). Sum of RGB (Red+Green+Blue) = 184+132+219=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #B884DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884DB is #477B24. Grayscale: #9D9D9D. Windows color (decimal): -4684581 or 14386360. OLE color: 14386360.

HSL color Cylindrical-coordinate representation of color #B884DB: hue angle of 275.86º degrees, saturation: 0.55, 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 #B884DB is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 132 219 -
CMYK 0.16 0.40 0 0.14
HSL 275.86º 0.55% 0.69% -
HSV(B) 275.86º 0.4% 0.86% -
XYZ 40.8 31.81 71.01 -
YUV 157.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 184 132 219 0.16 0.40 0 0.14 275.86 0.55 0.69
Hex B8 84 DB 10 28 0 E 114 37 45
Octal 270 204 333 20 50 0 16 424 67 105
Binary 10111000 10000100 11011011 10000 101000 0 1110 100010100 110111 1000101

Color Harmonies of #B884DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B884DB

Black with #B884DB

Text Example


Text Example

White with #B884DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B884DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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