Html Css Color HEX #BD10EE Electric Purple

📋 copy color: '#BD10EE'

red 189 ◦ green 16 ◦ blue 238

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

Shades of Electric Purple #BD10EE

Tints of Electric Purple #BD10EE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.61%

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

R = 42.66%
G = 3.61%
B = 53.72%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD10EE (or 0xBD10EE) is known color: Electric Purple. HEX triplet: BD, 10 and EE. RGB value is (189,16,238). Sum of RGB (Red+Green+Blue) = 189+16+238=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD10EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD10EE is #42EF11. Grayscale: #5C5C5C. Windows color (decimal): -4386578 or 15601853. OLE color: 15601853.

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

Color convert

RGB 189 16 238 -
CMYK 0.21 0.93 0 0.07
HSL 286.76º 0.87% 0.5% -
HSV(B) 286.76º 0.93% 0.93% -
XYZ 36.6 17.36 82.31 -
YUV 93.04 209.81 196.45 -
System Red Green Blue C M Y K H S L
Decimal 189 16 238 0.21 0.93 0 0.07 286.76 0.87 0.5
Hex BD 10 EE 15 5D 0 7 11F 57 32
Octal 275 20 356 25 135 0 7 437 127 62
Binary 10111101 10000 11101110 10101 1011101 0 111 100011111 1010111 110010

Color Harmonies of #BD10EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD10EE

Black with #BD10EE

Text Example


Text Example

White with #BD10EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD10EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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