Html Css Color HEX #BD12EE Electric Purple

📋 copy color: '#BD12EE'

red 189 ◦ green 18 ◦ blue 238

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

Shades of Electric Purple #BD12EE

Tints of Electric Purple #BD12EE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.04%

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

R = 42.47%
G = 4.04%
B = 53.48%

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

#BD12EE (or 0xBD12EE) is known color: Electric Purple. HEX triplet: BD, 12 and EE. RGB value is (189,18,238). Sum of RGB (Red+Green+Blue) = 189+18+238=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD12EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD12EE is #42ED11. Grayscale: #5D5D5D. Windows color (decimal): -4386066 or 15602365. OLE color: 15602365.

HSL color Cylindrical-coordinate representation of color #BD12EE: hue angle of 286.64º degrees, saturation: 0.87, 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 #BD12EE is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 18 238 -
CMYK 0.21 0.92 0 0.07
HSL 286.64º 0.87% 0.5% -
HSV(B) 286.64º 0.92% 0.93% -
XYZ 36.64 17.42 82.32 -
YUV 94.21 209.15 195.61 -
System Red Green Blue C M Y K H S L
Decimal 189 18 238 0.21 0.92 0 0.07 286.64 0.87 0.5
Hex BD 12 EE 15 5C 0 7 11F 57 32
Octal 275 22 356 25 134 0 7 437 127 62
Binary 10111101 10010 11101110 10101 1011100 0 111 100011111 1010111 110010

Color Harmonies of #BD12EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD12EE

Black with #BD12EE

Text Example


Text Example

White with #BD12EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD12EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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