Html Css Color HEX #BA23EB Electric Purple

📋 copy color: '#BA23EB'

red 186 ◦ green 35 ◦ blue 235

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

Shades of Electric Purple #BA23EB

Tints of Electric Purple #BA23EB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.68%

 BLUE value IS 235 (92.19% from 255) = 51.54%

R = 40.79%
G = 7.68%
B = 51.54%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA23EB (or 0xBA23EB) is known color: Electric Purple. HEX triplet: BA, 23 and EB. RGB value is (186,35,235). Sum of RGB (Red+Green+Blue) = 186+35+235=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 35 (14.06% from 255 or 7.68% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA23EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA23EB is #45DC14. Grayscale: #666666. Windows color (decimal): -4578325 or 15410106. OLE color: 15410106.

HSL color Cylindrical-coordinate representation of color #BA23EB: hue angle of 285.3º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA23EB is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 35 235 -
CMYK 0.21 0.85 0 0.08
HSL 285.3º 0.83% 0.53% -
HSV(B) 285.3º 0.85% 0.92% -
XYZ 35.85 17.64 80.11 -
YUV 102.95 202.53 187.24 -
System Red Green Blue C M Y K H S L
Decimal 186 35 235 0.21 0.85 0 0.08 285.3 0.83 0.53
Hex BA 23 EB 15 55 0 8 11D 53 35
Octal 272 43 353 25 125 0 10 435 123 65
Binary 10111010 100011 11101011 10101 1010101 0 1000 100011101 1010011 110101

Color Harmonies of #BA23EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA23EB

Black with #BA23EB

Text Example


Text Example

White with #BA23EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA23EB; }

 p { color: rgb(186,35,235); }

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

background-color css

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

 a { background-color: rgb(186,35,235); }

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

border-color css

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

 span { border-color: rgb(186,35,235); }

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