Html Css Color HEX #BD17FC Electric Purple

📋 copy color: '#BD17FC'

red 189 ◦ green 23 ◦ blue 252

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

Shades of Electric Purple #BD17FC

Tints of Electric Purple #BD17FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.31%

R = 40.73%
G = 4.96%
B = 54.31%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD17FC (or 0xBD17FC) is known color: Electric Purple. HEX triplet: BD, 17 and FC. RGB value is (189,23,252). Sum of RGB (Red+Green+Blue) = 189+23+252=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD17FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD17FC is #42E803. Grayscale: #616161. Windows color (decimal): -4384772 or 16521149. OLE color: 16521149.

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

Color convert

RGB 189 23 252 -
CMYK 0.25 0.91 0 0.01
HSL 283.49º 0.97% 0.54% -
HSV(B) 283.49º 0.91% 0.99% -
XYZ 38.86 18.46 93.61 -
YUV 98.74 214.5 192.38 -
System Red Green Blue C M Y K H S L
Decimal 189 23 252 0.25 0.91 0 0.01 283.49 0.97 0.54
Hex BD 17 FC 19 5B 0 1 11B 61 36
Octal 275 27 374 31 133 0 1 433 141 66
Binary 10111101 10111 11111100 11001 1011011 0 1 100011011 1100001 110110

Color Harmonies of #BD17FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD17FC

Black with #BD17FC

Text Example


Text Example

White with #BD17FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD17FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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