Html Css Color HEX #BD19E6 Electric Purple

📋 copy color: '#BD19E6'

red 189 ◦ green 25 ◦ blue 230

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

Shades of Electric Purple #BD19E6

Tints of Electric Purple #BD19E6

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.63%

 BLUE value IS 230 (90.23% from 255) = 51.8%

R = 42.57%
G = 5.63%
B = 51.8%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD19E6 (or 0xBD19E6) is known color: Electric Purple. HEX triplet: BD, 19 and E6. RGB value is (189,25,230). Sum of RGB (Red+Green+Blue) = 189+25+230=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 230 (90.23% from 255 or 51.80% from 444); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD19E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD19E6 is #42E619. Grayscale: #606060. Windows color (decimal): -4384282 or 15079869. OLE color: 15079869.

HSL color Cylindrical-coordinate representation of color #BD19E6: hue angle of 288º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD19E6 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 25 230 -
CMYK 0.18 0.89 0 0.10
HSL 288º 0.8% 0.5% -
HSV(B) 288º 0.89% 0.9% -
XYZ 35.62 17.23 76.31 -
YUV 97.41 202.83 193.33 -
System Red Green Blue C M Y K H S L
Decimal 189 25 230 0.18 0.89 0 0.10 288 0.8 0.5
Hex BD 19 E6 12 59 0 A 120 50 32
Octal 275 31 346 22 131 0 12 440 120 62
Binary 10111101 11001 11100110 10010 1011001 0 1010 100100000 1010000 110010

Color Harmonies of #BD19E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD19E6

Black with #BD19E6

Text Example


Text Example

White with #BD19E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD19E6; }

 p { color: rgb(189,25,230); }

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

background-color css

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

 a { background-color: rgb(189,25,230); }

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

border-color css

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

 span { border-color: rgb(189,25,230); }

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