Html Css Color HEX #B994FE Perfume

📋 copy color: '#B994FE'

red 185 ◦ green 148 ◦ blue 254

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

Shades of Perfume #B994FE

Tints of Perfume #B994FE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.21%

 BLUE value IS 254 (99.61% from 255) = 43.27%

R = 31.52%
G = 25.21%
B = 43.27%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B994FE (or 0xB994FE) is known color: Perfume. HEX triplet: B9, 94 and FE. RGB value is (185,148,254). Sum of RGB (Red+Green+Blue) = 185+148+254=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #B994FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B994FE is #466B01. Grayscale: #AAAAAA. Windows color (decimal): -4614914 or 16684217. OLE color: 16684217.

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

Color convert

RGB 185 148 254 -
CMYK 0.27 0.42 0 0.00
HSL 260.94º 0.98% 0.79% -
HSV(B) 260.94º 0.42% 1% -
XYZ 48.49 38.65 98.67 -
YUV 171.15 174.76 137.88 -
System Red Green Blue C M Y K H S L
Decimal 185 148 254 0.27 0.42 0 0.00 260.94 0.98 0.79
Hex B9 94 FE 1B 2A 0 0 105 62 4F
Octal 271 224 376 33 52 0 0 405 142 117
Binary 10111001 10010100 11111110 11011 101010 0 0 100000101 1100010 1001111

Color Harmonies of #B994FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B994FE

Black with #B994FE

Text Example


Text Example

White with #B994FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B994FE; }

 p { color: rgb(185,148,254); }

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

background-color css

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

 a { background-color: rgb(185,148,254); }

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

border-color css

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

 span { border-color: rgb(185,148,254); }

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