Html Css Color HEX #BD19EC Electric Purple

📋 copy color: '#BD19EC'

red 189 ◦ green 25 ◦ blue 236

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

Shades of Electric Purple #BD19EC

Tints of Electric Purple #BD19EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.44%

R = 42%
G = 5.56%
B = 52.44%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD19EC (or 0xBD19EC) is known color: Electric Purple. HEX triplet: BD, 19 and EC. RGB value is (189,25,236). Sum of RGB (Red+Green+Blue) = 189+25+236=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD19EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD19EC is #42E613. Grayscale: #616161. Windows color (decimal): -4384276 or 15473085. OLE color: 15473085.

HSL color Cylindrical-coordinate representation of color #BD19EC: hue angle of 286.64º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD19EC is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 25 236 -
CMYK 0.20 0.89 0 0.07
HSL 286.64º 0.85% 0.51% -
HSV(B) 286.64º 0.89% 0.93% -
XYZ 36.47 17.57 80.83 -
YUV 98.09 205.83 192.84 -
System Red Green Blue C M Y K H S L
Decimal 189 25 236 0.20 0.89 0 0.07 286.64 0.85 0.51
Hex BD 19 EC 14 59 0 7 11F 55 33
Octal 275 31 354 24 131 0 7 437 125 63
Binary 10111101 11001 11101100 10100 1011001 0 111 100011111 1010101 110011

Color Harmonies of #BD19EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD19EC

Black with #BD19EC

Text Example


Text Example

White with #BD19EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD19EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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