Html Css Color HEX #BA0FEB Electric Purple

📋 copy color: '#BA0FEB'

red 186 ◦ green 15 ◦ blue 235

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

Shades of Electric Purple #BA0FEB

Tints of Electric Purple #BA0FEB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.44%

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

R = 42.66%
G = 3.44%
B = 53.9%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA0FEB (or 0xBA0FEB) is known color: Electric Purple. HEX triplet: BA, 0F and EB. RGB value is (186,15,235). Sum of RGB (Red+Green+Blue) = 186+15+235=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA0FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0FEB is #45F014. Grayscale: #5A5A5A. Windows color (decimal): -4583445 or 15404986. OLE color: 15404986.

HSL color Cylindrical-coordinate representation of color #BA0FEB: hue angle of 286.64º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0FEB is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 15 235 -
CMYK 0.21 0.94 0 0.08
HSL 286.64º 0.88% 0.49% -
HSV(B) 286.64º 0.94% 0.92% -
XYZ 35.42 16.78 79.97 -
YUV 91.21 209.15 195.61 -
System Red Green Blue C M Y K H S L
Decimal 186 15 235 0.21 0.94 0 0.08 286.64 0.88 0.49
Hex BA F EB 15 5E 0 8 11F 58 31
Octal 272 17 353 25 136 0 10 437 130 61
Binary 10111010 1111 11101011 10101 1011110 0 1000 100011111 1011000 110001

Color Harmonies of #BA0FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0FEB

Black with #BA0FEB

Text Example


Text Example

White with #BA0FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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