Html Css Color HEX #B992FA Perfume

📋 copy color: '#B992FA'

red 185 ◦ green 146 ◦ blue 250

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

Shades of Perfume #B992FA

Tints of Perfume #B992FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.03%

R = 31.84%
G = 25.13%
B = 43.03%

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

#B992FA (or 0xB992FA) is known color: Perfume. HEX triplet: B9, 92 and FA. RGB value is (185,146,250). Sum of RGB (Red+Green+Blue) = 185+146+250=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #B992FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992FA is #466D05. Grayscale: #A9A9A9. Windows color (decimal): -4615430 or 16421561. OLE color: 16421561.

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

Color convert

RGB 185 146 250 -
CMYK 0.26 0.42 0 0.02
HSL 262.5º 0.91% 0.78% -
HSV(B) 262.5º 0.42% 0.98% -
XYZ 47.54 37.77 95.23 -
YUV 169.52 173.42 139.04 -
System Red Green Blue C M Y K H S L
Decimal 185 146 250 0.26 0.42 0 0.02 262.5 0.91 0.78
Hex B9 92 FA 1A 2A 0 2 106 5B 4E
Octal 271 222 372 32 52 0 2 406 133 116
Binary 10111001 10010010 11111010 11010 101010 0 10 100000110 1011011 1001110

Color Harmonies of #B992FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992FA

Black with #B992FA

Text Example


Text Example

White with #B992FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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