Html Css Color HEX #BD17FE Electric Purple

📋 copy color: '#BD17FE'

red 189 ◦ green 23 ◦ blue 254

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

Shades of Electric Purple #BD17FE

Tints of Electric Purple #BD17FE

RGB

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

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

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

R = 40.56%
G = 4.94%
B = 54.51%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD17FE (or 0xBD17FE) is known color: Electric Purple. HEX triplet: BD, 17 and FE. RGB value is (189,23,254). Sum of RGB (Red+Green+Blue) = 189+23+254=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 23 (9.38% from 255 or 4.94% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD17FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD17FE is #42E801. Grayscale: #626262. Windows color (decimal): -4384770 or 16652221. OLE color: 16652221.

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

Color convert

RGB 189 23 254 -
CMYK 0.26 0.91 0 0.00
HSL 283.12º 0.99% 0.54% -
HSV(B) 283.12º 0.91% 1% -
XYZ 39.18 18.59 95.29 -
YUV 98.97 215.5 192.22 -
System Red Green Blue C M Y K H S L
Decimal 189 23 254 0.26 0.91 0 0.00 283.12 0.99 0.54
Hex BD 17 FE 1A 5B 0 0 11B 63 36
Octal 275 27 376 32 133 0 0 433 143 66
Binary 10111101 10111 11111110 11010 1011011 0 0 100011011 1100011 110110

Color Harmonies of #BD17FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD17FE

Black with #BD17FE

Text Example


Text Example

White with #BD17FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD17FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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