Html Css Color HEX #BD13FE Electric Purple

📋 copy color: '#BD13FE'

red 189 ◦ green 19 ◦ blue 254

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

Shades of Electric Purple #BD13FE

Tints of Electric Purple #BD13FE

RGB

 RED value IS 189 (74.22% from 255) = 40.91%

 GREEN value IS 19 (7.81% from 255) = 4.11%

 BLUE value IS 254 (99.61% from 255) = 54.98%

R = 40.91%
G = 4.11%
B = 54.98%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD13FE (or 0xBD13FE) is known color: Electric Purple. HEX triplet: BD, 13 and FE. RGB value is (189,19,254). Sum of RGB (Red+Green+Blue) = 189+19+254=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 19 (7.81% from 255 or 4.11% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD13FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD13FE is #42EC01. Grayscale: #5F5F5F. Windows color (decimal): -4385794 or 16651197. OLE color: 16651197.

HSL color Cylindrical-coordinate representation of color #BD13FE: hue angle of 283.4º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD13FE is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 19 254 -
CMYK 0.26 0.93 0 0.00
HSL 283.4º 0.99% 0.54% -
HSV(B) 283.4º 0.93% 1% -
XYZ 39.11 18.44 95.26 -
YUV 96.62 216.82 193.89 -
System Red Green Blue C M Y K H S L
Decimal 189 19 254 0.26 0.93 0 0.00 283.4 0.99 0.54
Hex BD 13 FE 1A 5D 0 0 11B 63 36
Octal 275 23 376 32 135 0 0 433 143 66
Binary 10111101 10011 11111110 11010 1011101 0 0 100011011 1100011 110110

Color Harmonies of #BD13FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD13FE

Black with #BD13FE

Text Example


Text Example

White with #BD13FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD13FE; }

 p { color: rgb(189,19,254); }

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

background-color css

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

 a { background-color: rgb(189,19,254); }

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

border-color css

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

 span { border-color: rgb(189,19,254); }

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