Html Css Color HEX #BA0BE7 Electric Purple

📋 copy color: '#BA0BE7'

red 186 ◦ green 11 ◦ blue 231

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

Shades of Electric Purple #BA0BE7

Tints of Electric Purple #BA0BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 53.97%

R = 43.46%
G = 2.57%
B = 53.97%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA0BE7 (or 0xBA0BE7) is known color: Electric Purple. HEX triplet: BA, 0B and E7. RGB value is (186,11,231). Sum of RGB (Red+Green+Blue) = 186+11+231=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 11 (4.69% from 255 or 2.57% from 428); Blue value is 231 (90.62% from 255 or 53.97% from 428); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA0BE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0BE7 is #45F418. Grayscale: #575757. Windows color (decimal): -4584473 or 15141818. OLE color: 15141818.

HSL color Cylindrical-coordinate representation of color #BA0BE7: hue angle of 287.73º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0BE7 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 11 231 -
CMYK 0.19 0.95 0 0.09
HSL 287.73º 0.91% 0.47% -
HSV(B) 287.73º 0.95% 0.91% -
XYZ 34.79 16.45 76.94 -
YUV 88.41 208.48 197.61 -
System Red Green Blue C M Y K H S L
Decimal 186 11 231 0.19 0.95 0 0.09 287.73 0.91 0.47
Hex BA B E7 13 5F 0 9 120 5B 2F
Octal 272 13 347 23 137 0 11 440 133 57
Binary 10111010 1011 11100111 10011 1011111 0 1001 100100000 1011011 101111

Color Harmonies of #BA0BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0BE7

Black with #BA0BE7

Text Example


Text Example

White with #BA0BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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