Html Css Color HEX #BD10E4 Electric Purple

📋 copy color: '#BD10E4'

red 189 ◦ green 16 ◦ blue 228

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

Shades of Electric Purple #BD10E4

Tints of Electric Purple #BD10E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 52.66%

R = 43.65%
G = 3.7%
B = 52.66%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BD10E4 (or 0xBD10E4) is known color: Electric Purple. HEX triplet: BD, 10 and E4. RGB value is (189,16,228). Sum of RGB (Red+Green+Blue) = 189+16+228=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 228 (89.45% from 255 or 52.66% from 433); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD10E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD10E4 is #42EF1B. Grayscale: #5B5B5B. Windows color (decimal): -4386588 or 14946493. OLE color: 14946493.

HSL color Cylindrical-coordinate representation of color #BD10E4: hue angle of 288.96º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD10E4 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 16 228 -
CMYK 0.17 0.93 0 0.11
HSL 288.96º 0.87% 0.48% -
HSV(B) 288.96º 0.93% 0.89% -
XYZ 35.18 16.79 74.79 -
YUV 91.9 204.81 197.26 -
System Red Green Blue C M Y K H S L
Decimal 189 16 228 0.17 0.93 0 0.11 288.96 0.87 0.48
Hex BD 10 E4 11 5D 0 B 121 57 30
Octal 275 20 344 21 135 0 13 441 127 60
Binary 10111101 10000 11100100 10001 1011101 0 1011 100100001 1010111 110000

Color Harmonies of #BD10E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD10E4

Black with #BD10E4

Text Example


Text Example

White with #BD10E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD10E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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