Html Css Color HEX #BA33FD Electric Purple

📋 copy color: '#BA33FD'

red 186 ◦ green 51 ◦ blue 253

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

Shades of Electric Purple #BA33FD

Tints of Electric Purple #BA33FD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.41%

 BLUE value IS 253 (99.22% from 255) = 51.63%

R = 37.96%
G = 10.41%
B = 51.63%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA33FD (or 0xBA33FD) is known color: Electric Purple. HEX triplet: BA, 33 and FD. RGB value is (186,51,253). Sum of RGB (Red+Green+Blue) = 186+51+253=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 51 (20.31% from 255 or 10.41% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA33FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33FD is #45CC02. Grayscale: #717171. Windows color (decimal): -4574211 or 16593850. OLE color: 16593850.

HSL color Cylindrical-coordinate representation of color #BA33FD: hue angle of 280.1º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA33FD is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 51 253 -
CMYK 0.26 0.80 0 0.01
HSL 280.1º 0.98% 0.6% -
HSV(B) 280.1º 0.8% 0.99% -
XYZ 39.16 19.9 94.71 -
YUV 114.39 206.23 179.07 -
System Red Green Blue C M Y K H S L
Decimal 186 51 253 0.26 0.80 0 0.01 280.1 0.98 0.6
Hex BA 33 FD 1A 50 0 1 118 62 3C
Octal 272 63 375 32 120 0 1 430 142 74
Binary 10111010 110011 11111101 11010 1010000 0 1 100011000 1100010 111100

Color Harmonies of #BA33FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33FD

Black with #BA33FD

Text Example


Text Example

White with #BA33FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33FD; }

 p { color: rgb(186,51,253); }

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

background-color css

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

 a { background-color: rgb(186,51,253); }

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

border-color css

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

 span { border-color: rgb(186,51,253); }

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