Html Css Color HEX #BA93FB Perfume

📋 copy color: '#BA93FB'

red 186 ◦ green 147 ◦ blue 251

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

Shades of Perfume #BA93FB

Tints of Perfume #BA93FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.98%

R = 31.85%
G = 25.17%
B = 42.98%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA93FB (or 0xBA93FB) is known color: Perfume. HEX triplet: BA, 93 and FB. RGB value is (186,147,251). Sum of RGB (Red+Green+Blue) = 186+147+251=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA93FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA93FB is #456C04. Grayscale: #AAAAAA. Windows color (decimal): -4549637 or 16487354. OLE color: 16487354.

HSL color Cylindrical-coordinate representation of color #BA93FB: hue angle of 262.5º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA93FB is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 147 251 -
CMYK 0.26 0.41 0 0.02
HSL 262.5º 0.93% 0.78% -
HSV(B) 262.5º 0.41% 0.98% -
XYZ 48.1 38.27 96.12 -
YUV 170.52 173.42 139.04 -
System Red Green Blue C M Y K H S L
Decimal 186 147 251 0.26 0.41 0 0.02 262.5 0.93 0.78
Hex BA 93 FB 1A 29 0 2 106 5D 4E
Octal 272 223 373 32 51 0 2 406 135 116
Binary 10111010 10010011 11111011 11010 101001 0 10 100000110 1011101 1001110

Color Harmonies of #BA93FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93FB

Black with #BA93FB

Text Example


Text Example

White with #BA93FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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