Html Css Color HEX #BD17EC Electric Purple

📋 copy color: '#BD17EC'

red 189 ◦ green 23 ◦ blue 236

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

Shades of Electric Purple #BD17EC

Tints of Electric Purple #BD17EC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.13%

 BLUE value IS 236 (92.58% from 255) = 52.68%

R = 42.19%
G = 5.13%
B = 52.68%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD17EC (or 0xBD17EC) is known color: Electric Purple. HEX triplet: BD, 17 and EC. RGB value is (189,23,236). Sum of RGB (Red+Green+Blue) = 189+23+236=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD17EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD17EC is #42E813. Grayscale: #606060. Windows color (decimal): -4384788 or 15472573. OLE color: 15472573.

HSL color Cylindrical-coordinate representation of color #BD17EC: hue angle of 286.76º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD17EC is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 23 236 -
CMYK 0.20 0.90 0 0.07
HSL 286.76º 0.85% 0.51% -
HSV(B) 286.76º 0.9% 0.93% -
XYZ 36.43 17.49 80.81 -
YUV 96.92 206.5 193.68 -
System Red Green Blue C M Y K H S L
Decimal 189 23 236 0.20 0.90 0 0.07 286.76 0.85 0.51
Hex BD 17 EC 14 5A 0 7 11F 55 33
Octal 275 27 354 24 132 0 7 437 125 63
Binary 10111101 10111 11101100 10100 1011010 0 111 100011111 1010101 110011

Color Harmonies of #BD17EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD17EC

Black with #BD17EC

Text Example


Text Example

White with #BD17EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD17EC; }

 p { color: rgb(189,23,236); }

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

background-color css

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

 a { background-color: rgb(189,23,236); }

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

border-color css

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

 span { border-color: rgb(189,23,236); }

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