Html Css Color HEX #BA35FE Electric Purple

📋 copy color: '#BA35FE'

red 186 ◦ green 53 ◦ blue 254

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

Shades of Electric Purple #BA35FE

Tints of Electric Purple #BA35FE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.75%

 BLUE value IS 254 (99.61% from 255) = 51.52%

R = 37.73%
G = 10.75%
B = 51.52%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BA35FE (or 0xBA35FE) is known color: Electric Purple. HEX triplet: BA, 35 and FE. RGB value is (186,53,254). Sum of RGB (Red+Green+Blue) = 186+53+254=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 53 (21.09% from 255 or 10.75% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA35FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA35FE is #45CA01. Grayscale: #737373. Windows color (decimal): -4573698 or 16659898. OLE color: 16659898.

HSL color Cylindrical-coordinate representation of color #BA35FE: hue angle of 279.7º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA35FE is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 53 254 -
CMYK 0.27 0.79 0 0.00
HSL 279.7º 0.99% 0.6% -
HSV(B) 279.7º 0.79% 1% -
XYZ 39.41 20.14 95.58 -
YUV 115.68 206.06 178.16 -
System Red Green Blue C M Y K H S L
Decimal 186 53 254 0.27 0.79 0 0.00 279.7 0.99 0.6
Hex BA 35 FE 1B 4F 0 0 118 63 3C
Octal 272 65 376 33 117 0 0 430 143 74
Binary 10111010 110101 11111110 11011 1001111 0 0 100011000 1100011 111100

Color Harmonies of #BA35FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35FE

Black with #BA35FE

Text Example


Text Example

White with #BA35FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35FE; }

 p { color: rgb(186,53,254); }

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

background-color css

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

 a { background-color: rgb(186,53,254); }

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

border-color css

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

 span { border-color: rgb(186,53,254); }

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