Html Css Color HEX #BD14EE Electric Purple

📋 copy color: '#BD14EE'

red 189 ◦ green 20 ◦ blue 238

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

Shades of Electric Purple #BD14EE

Tints of Electric Purple #BD14EE

RGB

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

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

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

R = 42.28%
G = 4.47%
B = 53.24%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD14EE (or 0xBD14EE) is known color: Electric Purple. HEX triplet: BD, 14 and EE. RGB value is (189,20,238). Sum of RGB (Red+Green+Blue) = 189+20+238=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD14EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD14EE is #42EB11. Grayscale: #5E5E5E. Windows color (decimal): -4385554 or 15602877. OLE color: 15602877.

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

Color convert

RGB 189 20 238 -
CMYK 0.21 0.92 0 0.07
HSL 286.51º 0.87% 0.51% -
HSV(B) 286.51º 0.92% 0.93% -
XYZ 36.67 17.49 82.33 -
YUV 95.38 208.49 194.77 -
System Red Green Blue C M Y K H S L
Decimal 189 20 238 0.21 0.92 0 0.07 286.51 0.87 0.51
Hex BD 14 EE 15 5C 0 7 11F 57 33
Octal 275 24 356 25 134 0 7 437 127 63
Binary 10111101 10100 11101110 10101 1011100 0 111 100011111 1010111 110011

Color Harmonies of #BD14EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD14EE

Black with #BD14EE

Text Example


Text Example

White with #BD14EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD14EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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