Html Css Color HEX #B996FF Perfume

📋 copy color: '#B996FF'

red 185 ◦ green 150 ◦ blue 255

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

Shades of Perfume #B996FF

Tints of Perfume #B996FF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.42%

 BLUE value IS 255 (100% from 255) = 43.22%

R = 31.36%
G = 25.42%
B = 43.22%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B996FF (or 0xB996FF) is known color: Perfume. HEX triplet: B9, 96 and FF. RGB value is (185,150,255). Sum of RGB (Red+Green+Blue) = 185+150+255=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #B996FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B996FF is #466900. Grayscale: #ACACAC. Windows color (decimal): -4614401 or 16750265. OLE color: 16750265.

HSL color Cylindrical-coordinate representation of color #B996FF: hue angle of 260º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B996FF is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 150 255 -
CMYK 0.27 0.41 0 0
HSL 260º 1% 0.79% -
HSV(B) 260º 0.41% 1% -
XYZ 48.96 39.35 99.62 -
YUV 172.44 174.6 136.96 -
System Red Green Blue C M Y K H S L
Decimal 185 150 255 0.27 0.41 0 0 260 1 0.79
Hex B9 96 FF 1B 29 0 0 104 64 4F
Octal 271 226 377 33 51 0 0 404 144 117
Binary 10111001 10010110 11111111 11011 101001 0 0 100000100 1100100 1001111

Color Harmonies of #B996FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B996FF

Black with #B996FF

Text Example


Text Example

White with #B996FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B996FF; }

 p { color: rgb(185,150,255); }

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

background-color css

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

 a { background-color: rgb(185,150,255); }

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

border-color css

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

 span { border-color: rgb(185,150,255); }

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