Html Css Color HEX #B884F9 Biloba Flower

📋 copy color: '#B884F9'

red 184 ◦ green 132 ◦ blue 249

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

Shades of Biloba Flower #B884F9

Tints of Biloba Flower #B884F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.07%

R = 32.57%
G = 23.36%
B = 44.07%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B884F9 (or 0xB884F9) is known color: Biloba Flower. HEX triplet: B8, 84 and F9. RGB value is (184,132,249). Sum of RGB (Red+Green+Blue) = 184+132+249=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #B884F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B884F9 is #477B06. Grayscale: #A0A0A0. Windows color (decimal): -4684551 or 16352440. OLE color: 16352440.

HSL color Cylindrical-coordinate representation of color #B884F9: hue angle of 266.67º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B884F9 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 132 249 -
CMYK 0.26 0.47 0 0.02
HSL 266.67º 0.91% 0.75% -
HSV(B) 266.67º 0.47% 0.98% -
XYZ 45.12 33.53 93.72 -
YUV 160.89 177.73 144.49 -
System Red Green Blue C M Y K H S L
Decimal 184 132 249 0.26 0.47 0 0.02 266.67 0.91 0.75
Hex B8 84 F9 1A 2F 0 2 10B 5B 4B
Octal 270 204 371 32 57 0 2 413 133 113
Binary 10111000 10000100 11111001 11010 101111 0 10 100001011 1011011 1001011

Color Harmonies of #B884F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B884F9

Black with #B884F9

Text Example


Text Example

White with #B884F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B884F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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