Html Css Color HEX #B996F6 Perfume

📋 copy color: '#B996F6'

red 185 ◦ green 150 ◦ blue 246

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

Shades of Perfume #B996F6

Tints of Perfume #B996F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.34%

R = 31.84%
G = 25.82%
B = 42.34%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B996F6 (or 0xB996F6) is known color: Perfume. HEX triplet: B9, 96 and F6. RGB value is (185,150,246). Sum of RGB (Red+Green+Blue) = 185+150+246=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #B996F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B996F6 is #466909. Grayscale: #ABABAB. Windows color (decimal): -4614410 or 16160441. OLE color: 16160441.

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

Color convert

RGB 185 150 246 -
CMYK 0.25 0.39 0 0.04
HSL 261.88º 0.84% 0.78% -
HSV(B) 261.88º 0.39% 0.96% -
XYZ 47.55 38.78 92.17 -
YUV 171.41 170.1 137.69 -
System Red Green Blue C M Y K H S L
Decimal 185 150 246 0.25 0.39 0 0.04 261.88 0.84 0.78
Hex B9 96 F6 19 27 0 4 106 54 4E
Octal 271 226 366 31 47 0 4 406 124 116
Binary 10111001 10010110 11110110 11001 100111 0 100 100000110 1010100 1001110

Color Harmonies of #B996F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B996F6

Black with #B996F6

Text Example


Text Example

White with #B996F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B996F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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