Html Css Color HEX #BA0BF8 Electric Purple

📋 copy color: '#BA0BF8'

red 186 ◦ green 11 ◦ blue 248

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

Shades of Electric Purple #BA0BF8

Tints of Electric Purple #BA0BF8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.47%

 BLUE value IS 248 (97.27% from 255) = 55.73%

R = 41.8%
G = 2.47%
B = 55.73%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA0BF8 (or 0xBA0BF8) is known color: Electric Purple. HEX triplet: BA, 0B and F8. RGB value is (186,11,248). Sum of RGB (Red+Green+Blue) = 186+11+248=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 248 (97.27% from 255 or 55.73% from 445); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA0BF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0BF8 is #45F407. Grayscale: #595959. Windows color (decimal): -4584456 or 16255930. OLE color: 16255930.

HSL color Cylindrical-coordinate representation of color #BA0BF8: hue angle of 284.3º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0BF8 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 11 248 -
CMYK 0.25 0.96 0 0.03
HSL 284.3º 0.94% 0.51% -
HSV(B) 284.3º 0.96% 0.97% -
XYZ 37.31 17.46 90.21 -
YUV 90.34 216.98 196.23 -
System Red Green Blue C M Y K H S L
Decimal 186 11 248 0.25 0.96 0 0.03 284.3 0.94 0.51
Hex BA B F8 19 60 0 3 11C 5E 33
Octal 272 13 370 31 140 0 3 434 136 63
Binary 10111010 1011 11111000 11001 1100000 0 11 100011100 1011110 110011

Color Harmonies of #BA0BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0BF8

Black with #BA0BF8

Text Example


Text Example

White with #BA0BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0BF8; }

 p { color: rgb(186,11,248); }

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

background-color css

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

 a { background-color: rgb(186,11,248); }

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

border-color css

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

 span { border-color: rgb(186,11,248); }

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