Html Css Color HEX #BA93FD Perfume

📋 copy color: '#BA93FD'

red 186 ◦ green 147 ◦ blue 253

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

Shades of Perfume #BA93FD

Tints of Perfume #BA93FD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.09%

 BLUE value IS 253 (99.22% from 255) = 43.17%

R = 31.74%
G = 25.09%
B = 43.17%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA93FD (or 0xBA93FD) is known color: Perfume. HEX triplet: BA, 93 and FD. RGB value is (186,147,253). Sum of RGB (Red+Green+Blue) = 186+147+253=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA93FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA93FD is #456C02. Grayscale: #AAAAAA. Windows color (decimal): -4549635 or 16618426. OLE color: 16618426.

HSL color Cylindrical-coordinate representation of color #BA93FD: hue angle of 262.08º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA93FD is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 147 253 -
CMYK 0.26 0.42 0 0.01
HSL 262.08º 0.96% 0.78% -
HSV(B) 262.08º 0.42% 0.99% -
XYZ 48.41 38.4 97.79 -
YUV 170.75 174.42 138.88 -
System Red Green Blue C M Y K H S L
Decimal 186 147 253 0.26 0.42 0 0.01 262.08 0.96 0.78
Hex BA 93 FD 1A 2A 0 1 106 60 4E
Octal 272 223 375 32 52 0 1 406 140 116
Binary 10111010 10010011 11111101 11010 101010 0 1 100000110 1100000 1001110

Color Harmonies of #BA93FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93FD

Black with #BA93FD

Text Example


Text Example

White with #BA93FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93FD; }

 p { color: rgb(186,147,253); }

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

background-color css

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

 a { background-color: rgb(186,147,253); }

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

border-color css

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

 span { border-color: rgb(186,147,253); }

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