Html Css Color HEX #BA06E6 Electric Purple

📋 copy color: '#BA06E6'

red 186 ◦ green 6 ◦ blue 230

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

Shades of Electric Purple #BA06E6

Tints of Electric Purple #BA06E6

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.42%

 BLUE value IS 230 (90.23% from 255) = 54.5%

R = 44.08%
G = 1.42%
B = 54.5%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA06E6 (or 0xBA06E6) is known color: Electric Purple. HEX triplet: BA, 06 and E6. RGB value is (186,6,230). Sum of RGB (Red+Green+Blue) = 186+6+230=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 230 (90.23% from 255 or 54.50% from 422); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA06E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA06E6 is #45F919. Grayscale: #545454. Windows color (decimal): -4585754 or 15075002. OLE color: 15075002.

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

Color convert

RGB 186 6 230 -
CMYK 0.19 0.97 0 0.10
HSL 288.21º 0.95% 0.46% -
HSV(B) 288.21º 0.97% 0.9% -
XYZ 34.6 16.28 76.18 -
YUV 85.36 209.63 199.79 -
System Red Green Blue C M Y K H S L
Decimal 186 6 230 0.19 0.97 0 0.10 288.21 0.95 0.46
Hex BA 6 E6 13 61 0 A 120 5F 2E
Octal 272 6 346 23 141 0 12 440 137 56
Binary 10111010 110 11100110 10011 1100001 0 1010 100100000 1011111 101110

Color Harmonies of #BA06E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA06E6

Black with #BA06E6

Text Example


Text Example

White with #BA06E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA06E6; }

 p { color: rgb(186,6,230); }

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

background-color css

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

 a { background-color: rgb(186,6,230); }

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

border-color css

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

 span { border-color: rgb(186,6,230); }

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