Html Css Color HEX #B999FA Perfume

📋 copy color: '#B999FA'

red 185 ◦ green 153 ◦ blue 250

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

Shades of Perfume #B999FA

Tints of Perfume #B999FA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.02%

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

R = 31.46%
G = 26.02%
B = 42.52%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B999FA (or 0xB999FA) is known color: Perfume. HEX triplet: B9, 99 and FA. RGB value is (185,153,250). Sum of RGB (Red+Green+Blue) = 185+153+250=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #B999FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B999FA is #466605. Grayscale: #ADADAD. Windows color (decimal): -4613638 or 16423353. OLE color: 16423353.

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

Color convert

RGB 185 153 250 -
CMYK 0.26 0.39 0 0.02
HSL 259.79º 0.91% 0.79% -
HSV(B) 259.79º 0.39% 0.98% -
XYZ 48.65 40 95.6 -
YUV 173.63 171.1 136.11 -
System Red Green Blue C M Y K H S L
Decimal 185 153 250 0.26 0.39 0 0.02 259.79 0.91 0.79
Hex B9 99 FA 1A 27 0 2 104 5B 4F
Octal 271 231 372 32 47 0 2 404 133 117
Binary 10111001 10011001 11111010 11010 100111 0 10 100000100 1011011 1001111

Color Harmonies of #B999FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B999FA

Black with #B999FA

Text Example


Text Example

White with #B999FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B999FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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