Html Css Color HEX #B884FE Biloba Flower

📋 copy color: '#B884FE'

red 184 ◦ green 132 ◦ blue 254

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

Shades of Biloba Flower #B884FE

Tints of Biloba Flower #B884FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.56%

R = 32.28%
G = 23.16%
B = 44.56%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B884FE (or 0xB884FE) is known color: Biloba Flower. HEX triplet: B8, 84 and FE. RGB value is (184,132,254). Sum of RGB (Red+Green+Blue) = 184+132+254=570 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.28% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #B884FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B884FE is #477B01. Grayscale: #A1A1A1. Windows color (decimal): -4684546 or 16680120. OLE color: 16680120.

HSL color Cylindrical-coordinate representation of color #B884FE: hue angle of 265.57º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B884FE is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 132 254 -
CMYK 0.28 0.48 0 0.00
HSL 265.57º 0.98% 0.76% -
HSV(B) 265.57º 0.48% 1% -
XYZ 45.91 33.85 97.88 -
YUV 161.46 180.23 144.08 -
System Red Green Blue C M Y K H S L
Decimal 184 132 254 0.28 0.48 0 0.00 265.57 0.98 0.76
Hex B8 84 FE 1C 30 0 0 10A 62 4C
Octal 270 204 376 34 60 0 0 412 142 114
Binary 10111000 10000100 11111110 11100 110000 0 0 100001010 1100010 1001100

Color Harmonies of #B884FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B884FE

Black with #B884FE

Text Example


Text Example

White with #B884FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B884FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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