Html Css Color HEX #B884EC Biloba Flower

📋 copy color: '#B884EC'

red 184 ◦ green 132 ◦ blue 236

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

Shades of Biloba Flower #B884EC

Tints of Biloba Flower #B884EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.75%

R = 33.33%
G = 23.91%
B = 42.75%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B884EC (or 0xB884EC) is known color: Biloba Flower. HEX triplet: B8, 84 and EC. RGB value is (184,132,236). Sum of RGB (Red+Green+Blue) = 184+132+236=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #B884EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B884EC is #477B13. Grayscale: #9F9F9F. Windows color (decimal): -4684564 or 15500472. OLE color: 15500472.

HSL color Cylindrical-coordinate representation of color #B884EC: hue angle of 270º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B884EC is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 132 236 -
CMYK 0.22 0.44 0 0.07
HSL 270º 0.73% 0.72% -
HSV(B) 270º 0.44% 0.93% -
XYZ 43.16 32.75 83.4 -
YUV 159.4 171.23 145.54 -
System Red Green Blue C M Y K H S L
Decimal 184 132 236 0.22 0.44 0 0.07 270 0.73 0.72
Hex B8 84 EC 16 2C 0 7 10E 49 48
Octal 270 204 354 26 54 0 7 416 111 110
Binary 10111000 10000100 11101100 10110 101100 0 111 100001110 1001001 1001000

Color Harmonies of #B884EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B884EC

Black with #B884EC

Text Example


Text Example

White with #B884EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B884EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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