Html Css Color HEX #BD19EE Electric Purple

📋 copy color: '#BD19EE'

red 189 ◦ green 25 ◦ blue 238

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

Shades of Electric Purple #BD19EE

Tints of Electric Purple #BD19EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.65%

R = 41.81%
G = 5.53%
B = 52.65%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD19EE (or 0xBD19EE) is known color: Electric Purple. HEX triplet: BD, 19 and EE. RGB value is (189,25,238). Sum of RGB (Red+Green+Blue) = 189+25+238=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD19EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD19EE is #42E611. Grayscale: #616161. Windows color (decimal): -4384274 or 15604157. OLE color: 15604157.

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

Color convert

RGB 189 25 238 -
CMYK 0.21 0.89 0 0.07
HSL 286.2º 0.86% 0.52% -
HSV(B) 286.2º 0.89% 0.93% -
XYZ 36.77 17.69 82.37 -
YUV 98.32 206.83 192.68 -
System Red Green Blue C M Y K H S L
Decimal 189 25 238 0.21 0.89 0 0.07 286.2 0.86 0.52
Hex BD 19 EE 15 59 0 7 11E 56 34
Octal 275 31 356 25 131 0 7 436 126 64
Binary 10111101 11001 11101110 10101 1011001 0 111 100011110 1010110 110100

Color Harmonies of #BD19EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD19EE

Black with #BD19EE

Text Example


Text Example

White with #BD19EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD19EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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