Html Css Color HEX #BD17EF Electric Purple

📋 copy color: '#BD17EF'

red 189 ◦ green 23 ◦ blue 239

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

Shades of Electric Purple #BD17EF

Tints of Electric Purple #BD17EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.99%

R = 41.91%
G = 5.1%
B = 52.99%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD17EF (or 0xBD17EF) is known color: Electric Purple. HEX triplet: BD, 17 and EF. RGB value is (189,23,239). Sum of RGB (Red+Green+Blue) = 189+23+239=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 23 (9.38% from 255 or 5.10% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD17EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD17EF is #42E810. Grayscale: #606060. Windows color (decimal): -4384785 or 15669181. OLE color: 15669181.

HSL color Cylindrical-coordinate representation of color #BD17EF: hue angle of 286.11º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD17EF is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 23 239 -
CMYK 0.21 0.90 0 0.06
HSL 286.11º 0.87% 0.51% -
HSV(B) 286.11º 0.9% 0.94% -
XYZ 36.87 17.66 83.13 -
YUV 97.26 208 193.44 -
System Red Green Blue C M Y K H S L
Decimal 189 23 239 0.21 0.90 0 0.06 286.11 0.87 0.51
Hex BD 17 EF 15 5A 0 6 11E 57 33
Octal 275 27 357 25 132 0 6 436 127 63
Binary 10111101 10111 11101111 10101 1011010 0 110 100011110 1010111 110011

Color Harmonies of #BD17EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD17EF

Black with #BD17EF

Text Example


Text Example

White with #BD17EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD17EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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