Html Css Color HEX #B992FF Perfume

📋 copy color: '#B992FF'

red 185 ◦ green 146 ◦ blue 255

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

Shades of Perfume #B992FF

Tints of Perfume #B992FF

RGB

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

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

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

R = 31.57%
G = 24.91%
B = 43.52%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B992FF (or 0xB992FF) is known color: Perfume. HEX triplet: B9, 92 and FF. RGB value is (185,146,255). Sum of RGB (Red+Green+Blue) = 185+146+255=586 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.57% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #B992FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992FF is #466D00. Grayscale: #A9A9A9. Windows color (decimal): -4615425 or 16749241. OLE color: 16749241.

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

Color convert

RGB 185 146 255 -
CMYK 0.27 0.43 0 0
HSL 261.47º 1% 0.79% -
HSV(B) 261.47º 0.43% 1% -
XYZ 48.34 38.09 99.41 -
YUV 170.09 175.92 138.64 -
System Red Green Blue C M Y K H S L
Decimal 185 146 255 0.27 0.43 0 0 261.47 1 0.79
Hex B9 92 FF 1B 2B 0 0 105 64 4F
Octal 271 222 377 33 53 0 0 405 144 117
Binary 10111001 10010010 11111111 11011 101011 0 0 100000101 1100100 1001111

Color Harmonies of #B992FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992FF

Black with #B992FF

Text Example


Text Example

White with #B992FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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