Html Css Color HEX #BD14ED Electric Purple

📋 copy color: '#BD14ED'

red 189 ◦ green 20 ◦ blue 237

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

Shades of Electric Purple #BD14ED

Tints of Electric Purple #BD14ED

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.48%

 BLUE value IS 237 (92.97% from 255) = 53.14%

R = 42.38%
G = 4.48%
B = 53.14%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD14ED (or 0xBD14ED) is known color: Electric Purple. HEX triplet: BD, 14 and ED. RGB value is (189,20,237). Sum of RGB (Red+Green+Blue) = 189+20+237=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD14ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD14ED is #42EB12. Grayscale: #5E5E5E. Windows color (decimal): -4385555 or 15537341. OLE color: 15537341.

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

Color convert

RGB 189 20 237 -
CMYK 0.20 0.92 0 0.07
HSL 286.73º 0.86% 0.5% -
HSV(B) 286.73º 0.92% 0.93% -
XYZ 36.52 17.43 81.56 -
YUV 95.27 207.99 194.86 -
System Red Green Blue C M Y K H S L
Decimal 189 20 237 0.20 0.92 0 0.07 286.73 0.86 0.5
Hex BD 14 ED 14 5C 0 7 11F 56 32
Octal 275 24 355 24 134 0 7 437 126 62
Binary 10111101 10100 11101101 10100 1011100 0 111 100011111 1010110 110010

Color Harmonies of #BD14ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD14ED

Black with #BD14ED

Text Example


Text Example

White with #BD14ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD14ED; }

 p { color: rgb(189,20,237); }

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

background-color css

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

 a { background-color: rgb(189,20,237); }

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

border-color css

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

 span { border-color: rgb(189,20,237); }

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