Html Css Color HEX #BA08F6 Electric Purple

📋 copy color: '#BA08F6'

red 186 ◦ green 8 ◦ blue 246

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

Shades of Electric Purple #BA08F6

Tints of Electric Purple #BA08F6

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.82%

 BLUE value IS 246 (96.48% from 255) = 55.91%

R = 42.27%
G = 1.82%
B = 55.91%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA08F6 (or 0xBA08F6) is known color: Electric Purple. HEX triplet: BA, 08 and F6. RGB value is (186,8,246). Sum of RGB (Red+Green+Blue) = 186+8+246=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 8 (3.52% from 255 or 1.82% from 440); Blue value is 246 (96.48% from 255 or 55.91% from 440); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA08F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA08F6 is #45F709. Grayscale: #575757. Windows color (decimal): -4585226 or 16124090. OLE color: 16124090.

HSL color Cylindrical-coordinate representation of color #BA08F6: hue angle of 284.87º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA08F6 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 8 246 -
CMYK 0.24 0.97 0 0.04
HSL 284.87º 0.94% 0.5% -
HSV(B) 284.87º 0.97% 0.96% -
XYZ 36.97 17.27 88.57 -
YUV 88.35 216.97 197.65 -
System Red Green Blue C M Y K H S L
Decimal 186 8 246 0.24 0.97 0 0.04 284.87 0.94 0.5
Hex BA 8 F6 18 61 0 4 11D 5E 32
Octal 272 10 366 30 141 0 4 435 136 62
Binary 10111010 1000 11110110 11000 1100001 0 100 100011101 1011110 110010

Color Harmonies of #BA08F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA08F6

Black with #BA08F6

Text Example


Text Example

White with #BA08F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA08F6; }

 p { color: rgb(186,8,246); }

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

background-color css

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

 a { background-color: rgb(186,8,246); }

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

border-color css

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

 span { border-color: rgb(186,8,246); }

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