Html Css Color HEX #BA1DEB Electric Purple

📋 copy color: '#BA1DEB'

red 186 ◦ green 29 ◦ blue 235

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

Shades of Electric Purple #BA1DEB

Tints of Electric Purple #BA1DEB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.44%

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

R = 41.33%
G = 6.44%
B = 52.22%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA1DEB (or 0xBA1DEB) is known color: Electric Purple. HEX triplet: BA, 1D and EB. RGB value is (186,29,235). Sum of RGB (Red+Green+Blue) = 186+29+235=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA1DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1DEB is #45E214. Grayscale: #626262. Windows color (decimal): -4579861 or 15408570. OLE color: 15408570.

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

Color convert

RGB 186 29 235 -
CMYK 0.21 0.88 0 0.08
HSL 285.73º 0.84% 0.52% -
HSV(B) 285.73º 0.88% 0.92% -
XYZ 35.68 17.32 80.06 -
YUV 99.43 204.51 189.75 -
System Red Green Blue C M Y K H S L
Decimal 186 29 235 0.21 0.88 0 0.08 285.73 0.84 0.52
Hex BA 1D EB 15 58 0 8 11E 54 34
Octal 272 35 353 25 130 0 10 436 124 64
Binary 10111010 11101 11101011 10101 1011000 0 1000 100011110 1010100 110100

Color Harmonies of #BA1DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1DEB

Black with #BA1DEB

Text Example


Text Example

White with #BA1DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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