Html Css Color HEX #B997F2 Perfume

📋 copy color: '#B997F2'

red 185 ◦ green 151 ◦ blue 242

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

Shades of Perfume #B997F2

Tints of Perfume #B997F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.87%

R = 32.01%
G = 26.12%
B = 41.87%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B997F2 (or 0xB997F2) is known color: Perfume. HEX triplet: B9, 97 and F2. RGB value is (185,151,242). Sum of RGB (Red+Green+Blue) = 185+151+242=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #B997F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B997F2 is #46680D. Grayscale: #ABABAB. Windows color (decimal): -4614158 or 15898553. OLE color: 15898553.

HSL color Cylindrical-coordinate representation of color #B997F2: hue angle of 262.42º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B997F2 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 151 242 -
CMYK 0.24 0.38 0 0.05
HSL 262.42º 0.78% 0.77% -
HSV(B) 262.42º 0.38% 0.95% -
XYZ 47.1 38.86 89.02 -
YUV 171.54 167.76 137.6 -
System Red Green Blue C M Y K H S L
Decimal 185 151 242 0.24 0.38 0 0.05 262.42 0.78 0.77
Hex B9 97 F2 18 26 0 5 106 4E 4D
Octal 271 227 362 30 46 0 5 406 116 115
Binary 10111001 10010111 11110010 11000 100110 0 101 100000110 1001110 1001101

Color Harmonies of #B997F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B997F2

Black with #B997F2

Text Example


Text Example

White with #B997F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B997F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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