Html Css Color HEX #BA0CFB Electric Purple

📋 copy color: '#BA0CFB'

red 186 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #BA0CFB

Tints of Electric Purple #BA0CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.67%

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

R = 41.43%
G = 2.67%
B = 55.9%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA0CFB (or 0xBA0CFB) is known color: Electric Purple. HEX triplet: BA, 0C and FB. RGB value is (186,12,251). Sum of RGB (Red+Green+Blue) = 186+12+251=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA0CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0CFB is #45F304. Grayscale: #5A5A5A. Windows color (decimal): -4584197 or 16452794. OLE color: 16452794.

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

Color convert

RGB 186 12 251 -
CMYK 0.26 0.95 0 0.02
HSL 283.68º 0.97% 0.52% -
HSV(B) 283.68º 0.95% 0.98% -
XYZ 37.79 17.67 92.68 -
YUV 91.27 218.15 195.57 -
System Red Green Blue C M Y K H S L
Decimal 186 12 251 0.26 0.95 0 0.02 283.68 0.97 0.52
Hex BA C FB 1A 5F 0 2 11C 61 34
Octal 272 14 373 32 137 0 2 434 141 64
Binary 10111010 1100 11111011 11010 1011111 0 10 100011100 1100001 110100

Color Harmonies of #BA0CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0CFB

Black with #BA0CFB

Text Example


Text Example

White with #BA0CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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