Html Css Color HEX #BD11FE Electric Purple

📋 copy color: '#BD11FE'

red 189 ◦ green 17 ◦ blue 254

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

Shades of Electric Purple #BD11FE

Tints of Electric Purple #BD11FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.7%

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

R = 41.09%
G = 3.7%
B = 55.22%

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

#BD11FE (or 0xBD11FE) is known color: Electric Purple. HEX triplet: BD, 11 and FE. RGB value is (189,17,254). Sum of RGB (Red+Green+Blue) = 189+17+254=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 17 (7.03% from 255 or 3.70% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD11FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD11FE is #42EE01. Grayscale: #5E5E5E. Windows color (decimal): -4386306 or 16650685. OLE color: 16650685.

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

Color convert

RGB 189 17 254 -
CMYK 0.26 0.93 0 0.00
HSL 283.54º 0.99% 0.53% -
HSV(B) 283.54º 0.93% 1% -
XYZ 39.08 18.38 95.25 -
YUV 95.45 217.48 194.73 -
System Red Green Blue C M Y K H S L
Decimal 189 17 254 0.26 0.93 0 0.00 283.54 0.99 0.53
Hex BD 11 FE 1A 5D 0 0 11C 63 35
Octal 275 21 376 32 135 0 0 434 143 65
Binary 10111101 10001 11111110 11010 1011101 0 0 100011100 1100011 110101

Color Harmonies of #BD11FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD11FE

Black with #BD11FE

Text Example


Text Example

White with #BD11FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD11FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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