Html Css Color HEX #BA0FFB Electric Purple

📋 copy color: '#BA0FFB'

red 186 ◦ green 15 ◦ blue 251

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

Shades of Electric Purple #BA0FFB

Tints of Electric Purple #BA0FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.53%

R = 41.15%
G = 3.32%
B = 55.53%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA0FFB (or 0xBA0FFB) is known color: Electric Purple. HEX triplet: BA, 0F and FB. RGB value is (186,15,251). Sum of RGB (Red+Green+Blue) = 186+15+251=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA0FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0FFB is #45F004. Grayscale: #5C5C5C. Windows color (decimal): -4583429 or 16453562. OLE color: 16453562.

HSL color Cylindrical-coordinate representation of color #BA0FFB: hue angle of 283.47º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0FFB is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 15 251 -
CMYK 0.26 0.94 0 0.02
HSL 283.47º 0.97% 0.52% -
HSV(B) 283.47º 0.94% 0.98% -
XYZ 37.83 17.75 92.7 -
YUV 93.03 217.15 194.31 -
System Red Green Blue C M Y K H S L
Decimal 186 15 251 0.26 0.94 0 0.02 283.47 0.97 0.52
Hex BA F FB 1A 5E 0 2 11B 61 34
Octal 272 17 373 32 136 0 2 433 141 64
Binary 10111010 1111 11111011 11010 1011110 0 10 100011011 1100001 110100

Color Harmonies of #BA0FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0FFB

Black with #BA0FFB

Text Example


Text Example

White with #BA0FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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