Html Css Color HEX #BA97F1 Perfume

📋 copy color: '#BA97F1'

red 186 ◦ green 151 ◦ blue 241

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

Shades of Perfume #BA97F1

Tints of Perfume #BA97F1

RGB

 RED value IS 186 (73.05% from 255) = 32.18%

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

 BLUE value IS 241 (94.53% from 255) = 41.7%

R = 32.18%
G = 26.12%
B = 41.7%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA97F1 (or 0xBA97F1) is known color: Perfume. HEX triplet: BA, 97 and F1. RGB value is (186,151,241). Sum of RGB (Red+Green+Blue) = 186+151+241=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA97F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA97F1 is #45680E. Grayscale: #ABABAB. Windows color (decimal): -4548623 or 15833018. OLE color: 15833018.

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

Color convert

RGB 186 151 241 -
CMYK 0.23 0.37 0 0.05
HSL 263.33º 0.76% 0.77% -
HSV(B) 263.33º 0.37% 0.95% -
XYZ 47.19 38.92 88.24 -
YUV 171.73 167.1 138.18 -
System Red Green Blue C M Y K H S L
Decimal 186 151 241 0.23 0.37 0 0.05 263.33 0.76 0.77
Hex BA 97 F1 17 25 0 5 107 4C 4D
Octal 272 227 361 27 45 0 5 407 114 115
Binary 10111010 10010111 11110001 10111 100101 0 101 100000111 1001100 1001101

Color Harmonies of #BA97F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA97F1

Black with #BA97F1

Text Example


Text Example

White with #BA97F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA97F1; }

 p { color: rgb(186,151,241); }

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

background-color css

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

 a { background-color: rgb(186,151,241); }

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

border-color css

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

 span { border-color: rgb(186,151,241); }

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