Html Css Color HEX #BA1CEB Electric Purple

📋 copy color: '#BA1CEB'

red 186 ◦ green 28 ◦ blue 235

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

Shades of Electric Purple #BA1CEB

Tints of Electric Purple #BA1CEB

RGB

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

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

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

R = 41.43%
G = 6.24%
B = 52.34%

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

#BA1CEB (or 0xBA1CEB) is known color: Electric Purple. HEX triplet: BA, 1C and EB. RGB value is (186,28,235). Sum of RGB (Red+Green+Blue) = 186+28+235=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA1CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1CEB is #45E314. Grayscale: #626262. Windows color (decimal): -4580117 or 15408314. OLE color: 15408314.

HSL color Cylindrical-coordinate representation of color #BA1CEB: hue angle of 285.8º 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 #BA1CEB is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 28 235 -
CMYK 0.21 0.88 0 0.08
HSL 285.8º 0.84% 0.52% -
HSV(B) 285.8º 0.88% 0.92% -
XYZ 35.66 17.27 80.05 -
YUV 98.84 204.85 190.17 -
System Red Green Blue C M Y K H S L
Decimal 186 28 235 0.21 0.88 0 0.08 285.8 0.84 0.52
Hex BA 1C EB 15 58 0 8 11E 54 34
Octal 272 34 353 25 130 0 10 436 124 64
Binary 10111010 11100 11101011 10101 1011000 0 1000 100011110 1010100 110100

Color Harmonies of #BA1CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1CEB

Black with #BA1CEB

Text Example


Text Example

White with #BA1CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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