Html Css Color HEX #B997FC Perfume

📋 copy color: '#B997FC'

red 185 ◦ green 151 ◦ blue 252

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

Shades of Perfume #B997FC

Tints of Perfume #B997FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.86%

R = 31.46%
G = 25.68%
B = 42.86%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B997FC (or 0xB997FC) is known color: Perfume. HEX triplet: B9, 97 and FC. RGB value is (185,151,252). Sum of RGB (Red+Green+Blue) = 185+151+252=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #B997FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B997FC is #466803. Grayscale: #ACACAC. Windows color (decimal): -4614148 or 16553913. OLE color: 16553913.

HSL color Cylindrical-coordinate representation of color #B997FC: hue angle of 260.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B997FC is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 151 252 -
CMYK 0.27 0.40 0 0.01
HSL 260.2º 0.94% 0.79% -
HSV(B) 260.2º 0.4% 0.99% -
XYZ 48.64 39.48 97.15 -
YUV 172.68 172.76 136.79 -
System Red Green Blue C M Y K H S L
Decimal 185 151 252 0.27 0.40 0 0.01 260.2 0.94 0.79
Hex B9 97 FC 1B 28 0 1 104 5E 4F
Octal 271 227 374 33 50 0 1 404 136 117
Binary 10111001 10010111 11111100 11011 101000 0 1 100000100 1011110 1001111

Color Harmonies of #B997FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B997FC

Black with #B997FC

Text Example


Text Example

White with #B997FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B997FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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