Html Css Color HEX #BA1BE6 Electric Purple

📋 copy color: '#BA1BE6'

red 186 ◦ green 27 ◦ blue 230

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

Shades of Electric Purple #BA1BE6

Tints of Electric Purple #BA1BE6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.09%

 BLUE value IS 230 (90.23% from 255) = 51.92%

R = 41.99%
G = 6.09%
B = 51.92%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA1BE6 (or 0xBA1BE6) is known color: Electric Purple. HEX triplet: BA, 1B and E6. RGB value is (186,27,230). Sum of RGB (Red+Green+Blue) = 186+27+230=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 27 (10.94% from 255 or 6.09% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA1BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1BE6 is #45E419. Grayscale: #616161. Windows color (decimal): -4580378 or 15080378. OLE color: 15080378.

HSL color Cylindrical-coordinate representation of color #BA1BE6: hue angle of 287º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1BE6 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 27 230 -
CMYK 0.19 0.88 0 0.10
HSL 287º 0.8% 0.5% -
HSV(B) 287º 0.88% 0.9% -
XYZ 34.92 16.94 76.29 -
YUV 97.68 202.68 190.99 -
System Red Green Blue C M Y K H S L
Decimal 186 27 230 0.19 0.88 0 0.10 287 0.8 0.5
Hex BA 1B E6 13 58 0 A 11F 50 32
Octal 272 33 346 23 130 0 12 437 120 62
Binary 10111010 11011 11100110 10011 1011000 0 1010 100011111 1010000 110010

Color Harmonies of #BA1BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1BE6

Black with #BA1BE6

Text Example


Text Example

White with #BA1BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1BE6; }

 p { color: rgb(186,27,230); }

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

background-color css

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

 a { background-color: rgb(186,27,230); }

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

border-color css

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

 span { border-color: rgb(186,27,230); }

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