Html Css Color HEX #BA2BED Electric Purple

📋 copy color: '#BA2BED'

red 186 ◦ green 43 ◦ blue 237

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

Shades of Electric Purple #BA2BED

Tints of Electric Purple #BA2BED

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.23%

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

R = 39.91%
G = 9.23%
B = 50.86%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA2BED (or 0xBA2BED) is known color: Electric Purple. HEX triplet: BA, 2B and ED. RGB value is (186,43,237). Sum of RGB (Red+Green+Blue) = 186+43+237=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 43 (17.19% from 255 or 9.23% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA2BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2BED is #45D412. Grayscale: #6B6B6B. Windows color (decimal): -4576275 or 15543226. OLE color: 15543226.

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

Color convert

RGB 186 43 237 -
CMYK 0.22 0.82 0 0.07
HSL 284.23º 0.84% 0.55% -
HSV(B) 284.23º 0.82% 0.93% -
XYZ 36.4 18.28 81.73 -
YUV 107.87 200.88 183.73 -
System Red Green Blue C M Y K H S L
Decimal 186 43 237 0.22 0.82 0 0.07 284.23 0.84 0.55
Hex BA 2B ED 16 52 0 7 11C 54 37
Octal 272 53 355 26 122 0 7 434 124 67
Binary 10111010 101011 11101101 10110 1010010 0 111 100011100 1010100 110111

Color Harmonies of #BA2BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2BED

Black with #BA2BED

Text Example


Text Example

White with #BA2BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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