Html Css Color HEX #BD11FD Electric Purple

📋 copy color: '#BD11FD'

red 189 ◦ green 17 ◦ blue 253

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

Shades of Electric Purple #BD11FD

Tints of Electric Purple #BD11FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.12%

R = 41.18%
G = 3.7%
B = 55.12%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD11FD (or 0xBD11FD) is known color: Electric Purple. HEX triplet: BD, 11 and FD. RGB value is (189,17,253). Sum of RGB (Red+Green+Blue) = 189+17+253=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 17 (7.03% from 255 or 3.70% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD11FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD11FD is #42EE02. Grayscale: #5E5E5E. Windows color (decimal): -4386307 or 16585149. OLE color: 16585149.

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

Color convert

RGB 189 17 253 -
CMYK 0.25 0.93 0 0.01
HSL 283.73º 0.98% 0.53% -
HSV(B) 283.73º 0.93% 0.99% -
XYZ 38.92 18.31 94.41 -
YUV 95.33 216.98 194.81 -
System Red Green Blue C M Y K H S L
Decimal 189 17 253 0.25 0.93 0 0.01 283.73 0.98 0.53
Hex BD 11 FD 19 5D 0 1 11C 62 35
Octal 275 21 375 31 135 0 1 434 142 65
Binary 10111101 10001 11111101 11001 1011101 0 1 100011100 1100010 110101

Color Harmonies of #BD11FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD11FD

Black with #BD11FD

Text Example


Text Example

White with #BD11FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD11FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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