Html Css Color HEX #B991FB Perfume

📋 copy color: '#B991FB'

red 185 ◦ green 145 ◦ blue 251

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

Shades of Perfume #B991FB

Tints of Perfume #B991FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.2%

R = 31.84%
G = 24.96%
B = 43.2%

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

#B991FB (or 0xB991FB) is known color: Perfume. HEX triplet: B9, 91 and FB. RGB value is (185,145,251). Sum of RGB (Red+Green+Blue) = 185+145+251=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #B991FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B991FB is #466E04. Grayscale: #A8A8A8. Windows color (decimal): -4615685 or 16486841. OLE color: 16486841.

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

Color convert

RGB 185 145 251 -
CMYK 0.26 0.42 0 0.02
HSL 262.64º 0.93% 0.78% -
HSV(B) 262.64º 0.42% 0.98% -
XYZ 47.55 37.53 96 -
YUV 169.04 174.25 139.38 -
System Red Green Blue C M Y K H S L
Decimal 185 145 251 0.26 0.42 0 0.02 262.64 0.93 0.78
Hex B9 91 FB 1A 2A 0 2 107 5D 4E
Octal 271 221 373 32 52 0 2 407 135 116
Binary 10111001 10010001 11111011 11010 101010 0 10 100000111 1011101 1001110

Color Harmonies of #B991FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B991FB

Black with #B991FB

Text Example


Text Example

White with #B991FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B991FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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