Html Css Color HEX #BA97E5 Perfume

📋 copy color: '#BA97E5'

red 186 ◦ green 151 ◦ blue 229

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

Shades of Perfume #BA97E5

Tints of Perfume #BA97E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.46%

R = 32.86%
G = 26.68%
B = 40.46%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA97E5 (or 0xBA97E5) is known color: Perfume. HEX triplet: BA, 97 and E5. RGB value is (186,151,229). Sum of RGB (Red+Green+Blue) = 186+151+229=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA97E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97E5 is #45681A. Grayscale: #AAAAAA. Windows color (decimal): -4548635 or 15046586. OLE color: 15046586.

HSL color Cylindrical-coordinate representation of color #BA97E5: hue angle of 266.92º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA97E5 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 151 229 -
CMYK 0.19 0.34 0 0.10
HSL 266.92º 0.6% 0.75% -
HSV(B) 266.92º 0.34% 0.9% -
XYZ 45.46 38.23 79.11 -
YUV 170.36 161.1 139.16 -
System Red Green Blue C M Y K H S L
Decimal 186 151 229 0.19 0.34 0 0.10 266.92 0.6 0.75
Hex BA 97 E5 13 22 0 A 10B 3C 4B
Octal 272 227 345 23 42 0 12 413 74 113
Binary 10111010 10010111 11100101 10011 100010 0 1010 100001011 111100 1001011

Color Harmonies of #BA97E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA97E5

Black with #BA97E5

Text Example


Text Example

White with #BA97E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA97E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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