Html Css Color HEX #BA95EF Perfume

📋 copy color: '#BA95EF'

red 186 ◦ green 149 ◦ blue 239

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

Shades of Perfume #BA95EF

Tints of Perfume #BA95EF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.96%

 BLUE value IS 239 (93.75% from 255) = 41.64%

R = 32.4%
G = 25.96%
B = 41.64%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA95EF (or 0xBA95EF) is known color: Perfume. HEX triplet: BA, 95 and EF. RGB value is (186,149,239). Sum of RGB (Red+Green+Blue) = 186+149+239=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA95EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA95EF is #456A10. Grayscale: #A9A9A9. Windows color (decimal): -4549137 or 15701434. OLE color: 15701434.

HSL color Cylindrical-coordinate representation of color #BA95EF: hue angle of 264.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA95EF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 149 239 -
CMYK 0.22 0.38 0 0.06
HSL 264.67º 0.74% 0.76% -
HSV(B) 264.67º 0.38% 0.94% -
XYZ 46.58 38.17 86.57 -
YUV 170.32 166.76 139.18 -
System Red Green Blue C M Y K H S L
Decimal 186 149 239 0.22 0.38 0 0.06 264.67 0.74 0.76
Hex BA 95 EF 16 26 0 6 109 4A 4C
Octal 272 225 357 26 46 0 6 411 112 114
Binary 10111010 10010101 11101111 10110 100110 0 110 100001001 1001010 1001100

Color Harmonies of #BA95EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA95EF

Black with #BA95EF

Text Example


Text Example

White with #BA95EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA95EF; }

 p { color: rgb(186,149,239); }

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

background-color css

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

 a { background-color: rgb(186,149,239); }

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

border-color css

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

 span { border-color: rgb(186,149,239); }

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