Html Css Color HEX #B992FB Perfume

📋 copy color: '#B992FB'

red 185 ◦ green 146 ◦ blue 251

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

Shades of Perfume #B992FB

Tints of Perfume #B992FB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.09%

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

R = 31.79%
G = 25.09%
B = 43.13%

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

#B992FB (or 0xB992FB) is known color: Perfume. HEX triplet: B9, 92 and FB. RGB value is (185,146,251). Sum of RGB (Red+Green+Blue) = 185+146+251=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #B992FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992FB is #466D04. Grayscale: #A9A9A9. Windows color (decimal): -4615429 or 16487097. OLE color: 16487097.

HSL color Cylindrical-coordinate representation of color #B992FB: hue angle of 262.29º 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 #B992FB is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 146 251 -
CMYK 0.26 0.42 0 0.02
HSL 262.29º 0.93% 0.78% -
HSV(B) 262.29º 0.42% 0.98% -
XYZ 47.7 37.84 96.06 -
YUV 169.63 173.92 138.96 -
System Red Green Blue C M Y K H S L
Decimal 185 146 251 0.26 0.42 0 0.02 262.29 0.93 0.78
Hex B9 92 FB 1A 2A 0 2 106 5D 4E
Octal 271 222 373 32 52 0 2 406 135 116
Binary 10111001 10010010 11111011 11010 101010 0 10 100000110 1011101 1001110

Color Harmonies of #B992FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992FB

Black with #B992FB

Text Example


Text Example

White with #B992FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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