Html Css Color HEX #B991F9 Perfume

📋 copy color: '#B991F9'

red 185 ◦ green 145 ◦ blue 249

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

Shades of Perfume #B991F9

Tints of Perfume #B991F9

RGB

 RED value IS 185 (72.66% from 255) = 31.95%

 GREEN value IS 145 (57.03% from 255) = 25.04%

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

R = 31.95%
G = 25.04%
B = 43.01%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B991F9 (or 0xB991F9) is known color: Perfume. HEX triplet: B9, 91 and F9. RGB value is (185,145,249). Sum of RGB (Red+Green+Blue) = 185+145+249=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #B991F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B991F9 is #466E06. Grayscale: #A8A8A8. Windows color (decimal): -4615687 or 16355769. OLE color: 16355769.

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

Color convert

RGB 185 145 249 -
CMYK 0.26 0.42 0 0.02
HSL 263.08º 0.9% 0.77% -
HSV(B) 263.08º 0.42% 0.98% -
XYZ 47.23 37.4 94.35 -
YUV 168.82 173.25 139.54 -
System Red Green Blue C M Y K H S L
Decimal 185 145 249 0.26 0.42 0 0.02 263.08 0.9 0.77
Hex B9 91 F9 1A 2A 0 2 107 5A 4D
Octal 271 221 371 32 52 0 2 407 132 115
Binary 10111001 10010001 11111001 11010 101010 0 10 100000111 1011010 1001101

Color Harmonies of #B991F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B991F9

Black with #B991F9

Text Example


Text Example

White with #B991F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B991F9; }

 p { color: rgb(185,145,249); }

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

background-color css

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

 a { background-color: rgb(185,145,249); }

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

border-color css

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

 span { border-color: rgb(185,145,249); }

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