Html Css Color HEX #BD11EE Electric Purple

📋 copy color: '#BD11EE'

red 189 ◦ green 17 ◦ blue 238

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

Shades of Electric Purple #BD11EE

Tints of Electric Purple #BD11EE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.83%

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

R = 42.57%
G = 3.83%
B = 53.6%

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

#BD11EE (or 0xBD11EE) is known color: Electric Purple. HEX triplet: BD, 11 and EE. RGB value is (189,17,238). Sum of RGB (Red+Green+Blue) = 189+17+238=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD11EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD11EE is #42EE11. Grayscale: #5C5C5C. Windows color (decimal): -4386322 or 15602109. OLE color: 15602109.

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

Color convert

RGB 189 17 238 -
CMYK 0.21 0.93 0 0.07
HSL 286.7º 0.87% 0.5% -
HSV(B) 286.7º 0.93% 0.93% -
XYZ 36.62 17.39 82.32 -
YUV 93.62 209.48 196.03 -
System Red Green Blue C M Y K H S L
Decimal 189 17 238 0.21 0.93 0 0.07 286.7 0.87 0.5
Hex BD 11 EE 15 5D 0 7 11F 57 32
Octal 275 21 356 25 135 0 7 437 127 62
Binary 10111101 10001 11101110 10101 1011101 0 111 100011111 1010111 110010

Color Harmonies of #BD11EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD11EE

Black with #BD11EE

Text Example


Text Example

White with #BD11EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD11EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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