Html Css Color HEX #B994FF Perfume

📋 copy color: '#B994FF'

red 185 ◦ green 148 ◦ blue 255

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

Shades of Perfume #B994FF

Tints of Perfume #B994FF

RGB

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

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

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

R = 31.46%
G = 25.17%
B = 43.37%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B994FF (or 0xB994FF) is known color: Perfume. HEX triplet: B9, 94 and FF. RGB value is (185,148,255). Sum of RGB (Red+Green+Blue) = 185+148+255=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #B994FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B994FF is #466B00. Grayscale: #AAAAAA. Windows color (decimal): -4614913 or 16749753. OLE color: 16749753.

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

Color convert

RGB 185 148 255 -
CMYK 0.27 0.42 0 0
HSL 260.75º 1% 0.79% -
HSV(B) 260.75º 0.42% 1% -
XYZ 48.65 38.71 99.52 -
YUV 171.26 175.26 137.8 -
System Red Green Blue C M Y K H S L
Decimal 185 148 255 0.27 0.42 0 0 260.75 1 0.79
Hex B9 94 FF 1B 2A 0 0 105 64 4F
Octal 271 224 377 33 52 0 0 405 144 117
Binary 10111001 10010100 11111111 11011 101010 0 0 100000101 1100100 1001111

Color Harmonies of #B994FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B994FF

Black with #B994FF

Text Example


Text Example

White with #B994FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B994FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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