Html Css Color HEX #BA1CFB Electric Purple

📋 copy color: '#BA1CFB'

red 186 ◦ green 28 ◦ blue 251

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

Shades of Electric Purple #BA1CFB

Tints of Electric Purple #BA1CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.02%

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

R = 40%
G = 6.02%
B = 53.98%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA1CFB (or 0xBA1CFB) is known color: Electric Purple. HEX triplet: BA, 1C and FB. RGB value is (186,28,251). Sum of RGB (Red+Green+Blue) = 186+28+251=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA1CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1CFB is #45E304. Grayscale: #636363. Windows color (decimal): -4580101 or 16456890. OLE color: 16456890.

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

Color convert

RGB 186 28 251 -
CMYK 0.26 0.89 0 0.02
HSL 282.51º 0.97% 0.55% -
HSV(B) 282.51º 0.89% 0.98% -
XYZ 38.08 18.23 92.78 -
YUV 100.66 212.85 188.87 -
System Red Green Blue C M Y K H S L
Decimal 186 28 251 0.26 0.89 0 0.02 282.51 0.97 0.55
Hex BA 1C FB 1A 59 0 2 11B 61 37
Octal 272 34 373 32 131 0 2 433 141 67
Binary 10111010 11100 11111011 11010 1011001 0 10 100011011 1100001 110111

Color Harmonies of #BA1CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1CFB

Black with #BA1CFB

Text Example


Text Example

White with #BA1CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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