Html Css Color HEX #BA0DFB Electric Purple

📋 copy color: '#BA0DFB'

red 186 ◦ green 13 ◦ blue 251

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

Shades of Electric Purple #BA0DFB

Tints of Electric Purple #BA0DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.89%

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

R = 41.33%
G = 2.89%
B = 55.78%

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

#BA0DFB (or 0xBA0DFB) is known color: Electric Purple. HEX triplet: BA, 0D and FB. RGB value is (186,13,251). Sum of RGB (Red+Green+Blue) = 186+13+251=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 13 (5.47% from 255 or 2.89% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA0DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0DFB is #45F204. Grayscale: #5B5B5B. Windows color (decimal): -4583941 or 16453050. OLE color: 16453050.

HSL color Cylindrical-coordinate representation of color #BA0DFB: hue angle of 283.61º 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 #BA0DFB is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 13 251 -
CMYK 0.26 0.95 0 0.02
HSL 283.61º 0.97% 0.52% -
HSV(B) 283.61º 0.95% 0.98% -
XYZ 37.81 17.69 92.69 -
YUV 91.86 217.81 195.15 -
System Red Green Blue C M Y K H S L
Decimal 186 13 251 0.26 0.95 0 0.02 283.61 0.97 0.52
Hex BA D FB 1A 5F 0 2 11C 61 34
Octal 272 15 373 32 137 0 2 434 141 64
Binary 10111010 1101 11111011 11010 1011111 0 10 100011100 1100001 110100

Color Harmonies of #BA0DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0DFB

Black with #BA0DFB

Text Example


Text Example

White with #BA0DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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