Html Css Color HEX #BD19EF Electric Purple

📋 copy color: '#BD19EF'

red 189 ◦ green 25 ◦ blue 239

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

Shades of Electric Purple #BD19EF

Tints of Electric Purple #BD19EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.76%

R = 41.72%
G = 5.52%
B = 52.76%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD19EF (or 0xBD19EF) is known color: Electric Purple. HEX triplet: BD, 19 and EF. RGB value is (189,25,239). Sum of RGB (Red+Green+Blue) = 189+25+239=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD19EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD19EF is #42E610. Grayscale: #616161. Windows color (decimal): -4384273 or 15669693. OLE color: 15669693.

HSL color Cylindrical-coordinate representation of color #BD19EF: hue angle of 285.98º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD19EF is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 25 239 -
CMYK 0.21 0.90 0 0.06
HSL 285.98º 0.87% 0.52% -
HSV(B) 285.98º 0.9% 0.94% -
XYZ 36.91 17.75 83.14 -
YUV 98.43 207.33 192.6 -
System Red Green Blue C M Y K H S L
Decimal 189 25 239 0.21 0.90 0 0.06 285.98 0.87 0.52
Hex BD 19 EF 15 5A 0 6 11E 57 34
Octal 275 31 357 25 132 0 6 436 127 64
Binary 10111101 11001 11101111 10101 1011010 0 110 100011110 1010111 110100

Color Harmonies of #BD19EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD19EF

Black with #BD19EF

Text Example


Text Example

White with #BD19EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD19EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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