Html Css Color HEX #B994FA Perfume

📋 copy color: '#B994FA'

red 185 ◦ green 148 ◦ blue 250

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

Shades of Perfume #B994FA

Tints of Perfume #B994FA

RGB

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

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

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

R = 31.73%
G = 25.39%
B = 42.88%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B994FA (or 0xB994FA) is known color: Perfume. HEX triplet: B9, 94 and FA. RGB value is (185,148,250). Sum of RGB (Red+Green+Blue) = 185+148+250=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #B994FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B994FA is #466B05. Grayscale: #AAAAAA. Windows color (decimal): -4614918 or 16422073. OLE color: 16422073.

HSL color Cylindrical-coordinate representation of color #B994FA: hue angle of 261.76º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B994FA is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 148 250 -
CMYK 0.26 0.41 0 0.02
HSL 261.76º 0.91% 0.78% -
HSV(B) 261.76º 0.41% 0.98% -
XYZ 47.85 38.4 95.33 -
YUV 170.69 172.76 138.21 -
System Red Green Blue C M Y K H S L
Decimal 185 148 250 0.26 0.41 0 0.02 261.76 0.91 0.78
Hex B9 94 FA 1A 29 0 2 106 5B 4E
Octal 271 224 372 32 51 0 2 406 133 116
Binary 10111001 10010100 11111010 11010 101001 0 10 100000110 1011011 1001110

Color Harmonies of #B994FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B994FA

Black with #B994FA

Text Example


Text Example

White with #B994FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B994FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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