Html Css Color HEX #BD17FA Electric Purple

📋 copy color: '#BD17FA'

red 189 ◦ green 23 ◦ blue 250

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

Shades of Electric Purple #BD17FA

Tints of Electric Purple #BD17FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.11%

R = 40.91%
G = 4.98%
B = 54.11%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD17FA (or 0xBD17FA) is known color: Electric Purple. HEX triplet: BD, 17 and FA. RGB value is (189,23,250). Sum of RGB (Red+Green+Blue) = 189+23+250=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 23 (9.38% from 255 or 4.98% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD17FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD17FA is #42E805. Grayscale: #616161. Windows color (decimal): -4384774 or 16390077. OLE color: 16390077.

HSL color Cylindrical-coordinate representation of color #BD17FA: hue angle of 283.88º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD17FA is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 23 250 -
CMYK 0.24 0.91 0 0.02
HSL 283.88º 0.96% 0.54% -
HSV(B) 283.88º 0.91% 0.98% -
XYZ 38.55 18.33 91.95 -
YUV 98.51 213.5 192.54 -
System Red Green Blue C M Y K H S L
Decimal 189 23 250 0.24 0.91 0 0.02 283.88 0.96 0.54
Hex BD 17 FA 18 5B 0 2 11C 60 36
Octal 275 27 372 30 133 0 2 434 140 66
Binary 10111101 10111 11111010 11000 1011011 0 10 100011100 1100000 110110

Color Harmonies of #BD17FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD17FA

Black with #BD17FA

Text Example


Text Example

White with #BD17FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD17FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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