Html Css Color HEX #BA35FF Electric Purple

📋 copy color: '#BA35FF'

red 186 ◦ green 53 ◦ blue 255

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

Shades of Electric Purple #BA35FF

Tints of Electric Purple #BA35FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.62%

R = 37.65%
G = 10.73%
B = 51.62%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA35FF (or 0xBA35FF) is known color: Electric Purple. HEX triplet: BA, 35 and FF. RGB value is (186,53,255). Sum of RGB (Red+Green+Blue) = 186+53+255=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 53 (21.09% from 255 or 10.73% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA35FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA35FF is #45CA00. Grayscale: #737373. Windows color (decimal): -4573697 or 16725434. OLE color: 16725434.

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

Color convert

RGB 186 53 255 -
CMYK 0.27 0.79 0 0
HSL 279.5º 1% 0.6% -
HSV(B) 279.5º 0.79% 1% -
XYZ 39.57 20.21 96.42 -
YUV 115.8 206.56 178.07 -
System Red Green Blue C M Y K H S L
Decimal 186 53 255 0.27 0.79 0 0 279.5 1 0.6
Hex BA 35 FF 1B 4F 0 0 118 64 3C
Octal 272 65 377 33 117 0 0 430 144 74
Binary 10111010 110101 11111111 11011 1001111 0 0 100011000 1100100 111100

Color Harmonies of #BA35FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35FF

Black with #BA35FF

Text Example


Text Example

White with #BA35FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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