Html Css Color HEX #BA04ED Electric Purple

📋 copy color: '#BA04ED'

red 186 ◦ green 4 ◦ blue 237

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

Shades of Electric Purple #BA04ED

Tints of Electric Purple #BA04ED

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.94%

 BLUE value IS 237 (92.97% from 255) = 55.5%

R = 43.56%
G = 0.94%
B = 55.5%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA04ED (or 0xBA04ED) is known color: Electric Purple. HEX triplet: BA, 04 and ED. RGB value is (186,4,237). Sum of RGB (Red+Green+Blue) = 186+4+237=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA04ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA04ED is #45FB12. Grayscale: #545454. Windows color (decimal): -4586259 or 15533242. OLE color: 15533242.

HSL color Cylindrical-coordinate representation of color #BA04ED: hue angle of 286.87º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04ED is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 4 237 -
CMYK 0.22 0.98 0 0.07
HSL 286.87º 0.97% 0.47% -
HSV(B) 286.87º 0.98% 0.93% -
XYZ 35.58 16.64 81.46 -
YUV 84.98 213.8 200.05 -
System Red Green Blue C M Y K H S L
Decimal 186 4 237 0.22 0.98 0 0.07 286.87 0.97 0.47
Hex BA 4 ED 16 62 0 7 11F 61 2F
Octal 272 4 355 26 142 0 7 437 141 57
Binary 10111010 100 11101101 10110 1100010 0 111 100011111 1100001 101111

Color Harmonies of #BA04ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA04ED

Black with #BA04ED

Text Example


Text Example

White with #BA04ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA04ED; }

 p { color: rgb(186,4,237); }

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

background-color css

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

 a { background-color: rgb(186,4,237); }

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

border-color css

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

 span { border-color: rgb(186,4,237); }

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