Html Css Color HEX #B884DF Biloba Flower

📋 copy color: '#B884DF'

red 184 ◦ green 132 ◦ blue 223

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

Shades of Biloba Flower #B884DF

Tints of Biloba Flower #B884DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 34.14%
G = 24.49%
B = 41.37%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B884DF (or 0xB884DF) is known color: Biloba Flower. HEX triplet: B8, 84 and DF. RGB value is (184,132,223). Sum of RGB (Red+Green+Blue) = 184+132+223=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #B884DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884DF is #477B20. Grayscale: #9D9D9D. Windows color (decimal): -4684577 or 14648504. OLE color: 14648504.

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

Color convert

RGB 184 132 223 -
CMYK 0.17 0.41 0 0.13
HSL 274.29º 0.59% 0.7% -
HSV(B) 274.29º 0.41% 0.87% -
XYZ 41.34 32.02 73.81 -
YUV 157.92 164.73 146.6 -
System Red Green Blue C M Y K H S L
Decimal 184 132 223 0.17 0.41 0 0.13 274.29 0.59 0.7
Hex B8 84 DF 11 29 0 D 112 3B 46
Octal 270 204 337 21 51 0 15 422 73 106
Binary 10111000 10000100 11011111 10001 101001 0 1101 100010010 111011 1000110

Color Harmonies of #B884DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B884DF

Black with #B884DF

Text Example


Text Example

White with #B884DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B884DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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