Html Css Color HEX #BA00ED Electric Purple

📋 copy color: '#BA00ED'

red 186 ◦ green 0 ◦ blue 237

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

Shades of Electric Purple #BA00ED

Tints of Electric Purple #BA00ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.97%
G = 0%
B = 56.03%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA00ED (or 0xBA00ED) is known color: Electric Purple. HEX triplet: BA, 00 and ED. RGB value is (186,0,237). Sum of RGB (Red+Green+Blue) = 186+0+237=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA00ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA00ED is #45FF12. Grayscale: #515151. Windows color (decimal): -4587283 or 15532218. OLE color: 15532218.

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

Color convert

RGB 186 0 237 -
CMYK 0.22 1 0 0.07
HSL 287.09º 1% 0.46% -
HSV(B) 287.09º 1% 0.93% -
XYZ 35.54 16.55 81.44 -
YUV 82.63 215.12 201.73 -
System Red Green Blue C M Y K H S L
Decimal 186 0 237 0.22 1 0 0.07 287.09 1 0.46
Hex BA 0 ED 16 64 0 7 11F 64 2E
Octal 272 0 355 26 144 0 7 437 144 56
Binary 10111010 0 11101101 10110 1100100 0 111 100011111 1100100 101110

Color Harmonies of #BA00ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00ED

Black with #BA00ED

Text Example


Text Example

White with #BA00ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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