Html Css Color HEX #B884F5 Biloba Flower

📋 copy color: '#B884F5'

red 184 ◦ green 132 ◦ blue 245

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

Shades of Biloba Flower #B884F5

Tints of Biloba Flower #B884F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.67%

R = 32.8%
G = 23.53%
B = 43.67%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B884F5 (or 0xB884F5) is known color: Biloba Flower. HEX triplet: B8, 84 and F5. RGB value is (184,132,245). Sum of RGB (Red+Green+Blue) = 184+132+245=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #B884F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B884F5 is #477B0A. Grayscale: #A0A0A0. Windows color (decimal): -4684555 or 16090296. OLE color: 16090296.

HSL color Cylindrical-coordinate representation of color #B884F5: hue angle of 267.61º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B884F5 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 184 132 245 -
CMYK 0.25 0.46 0 0.04
HSL 267.61º 0.85% 0.74% -
HSV(B) 267.61º 0.46% 0.96% -
XYZ 44.5 33.29 90.47 -
YUV 160.43 175.73 144.81 -
System Red Green Blue C M Y K H S L
Decimal 184 132 245 0.25 0.46 0 0.04 267.61 0.85 0.74
Hex B8 84 F5 19 2E 0 4 10C 55 4A
Octal 270 204 365 31 56 0 4 414 125 112
Binary 10111000 10000100 11110101 11001 101110 0 100 100001100 1010101 1001010

Color Harmonies of #B884F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B884F5

Black with #B884F5

Text Example


Text Example

White with #B884F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B884F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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