Html Css Color HEX #B997FF Perfume

📋 copy color: '#B997FF'

red 185 ◦ green 151 ◦ blue 255

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

Shades of Perfume #B997FF

Tints of Perfume #B997FF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.55%

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

R = 31.3%
G = 25.55%
B = 43.15%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B997FF (or 0xB997FF) is known color: Perfume. HEX triplet: B9, 97 and FF. RGB value is (185,151,255). Sum of RGB (Red+Green+Blue) = 185+151+255=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 151 (59.38% from 255 or 25.55% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #B997FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B997FF is #466800. Grayscale: #ACACAC. Windows color (decimal): -4614145 or 16750521. OLE color: 16750521.

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

Color convert

RGB 185 151 255 -
CMYK 0.27 0.41 0 0
HSL 259.62º 1% 0.8% -
HSV(B) 259.62º 0.41% 1% -
XYZ 49.12 39.67 99.68 -
YUV 173.02 174.26 136.54 -
System Red Green Blue C M Y K H S L
Decimal 185 151 255 0.27 0.41 0 0 259.62 1 0.8
Hex B9 97 FF 1B 29 0 0 104 64 50
Octal 271 227 377 33 51 0 0 404 144 120
Binary 10111001 10010111 11111111 11011 101001 0 0 100000100 1100100 1010000

Color Harmonies of #B997FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B997FF

Black with #B997FF

Text Example


Text Example

White with #B997FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B997FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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