Html Css Color HEX #BA1CED Electric Purple

📋 copy color: '#BA1CED'

red 186 ◦ green 28 ◦ blue 237

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

Shades of Electric Purple #BA1CED

Tints of Electric Purple #BA1CED

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.21%

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

R = 41.24%
G = 6.21%
B = 52.55%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA1CED (or 0xBA1CED) is known color: Electric Purple. HEX triplet: BA, 1C and ED. RGB value is (186,28,237). Sum of RGB (Red+Green+Blue) = 186+28+237=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA1CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1CED is #45E312. Grayscale: #626262. Windows color (decimal): -4580115 or 15539386. OLE color: 15539386.

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

Color convert

RGB 186 28 237 -
CMYK 0.22 0.88 0 0.07
HSL 285.36º 0.85% 0.52% -
HSV(B) 285.36º 0.88% 0.93% -
XYZ 35.95 17.38 81.58 -
YUV 99.07 205.85 190.01 -
System Red Green Blue C M Y K H S L
Decimal 186 28 237 0.22 0.88 0 0.07 285.36 0.85 0.52
Hex BA 1C ED 16 58 0 7 11D 55 34
Octal 272 34 355 26 130 0 7 435 125 64
Binary 10111010 11100 11101101 10110 1011000 0 111 100011101 1010101 110100

Color Harmonies of #BA1CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1CED

Black with #BA1CED

Text Example


Text Example

White with #BA1CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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