Html Css Color HEX #BD04ED Electric Purple

📋 copy color: '#BD04ED'

red 189 ◦ green 4 ◦ blue 237

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

Shades of Electric Purple #BD04ED

Tints of Electric Purple #BD04ED

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

 BLUE value IS 237 (92.97% from 255) = 55.12%

R = 43.95%
G = 0.93%
B = 55.12%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD04ED (or 0xBD04ED) is known color: Electric Purple. HEX triplet: BD, 04 and ED. RGB value is (189,4,237). Sum of RGB (Red+Green+Blue) = 189+4+237=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 4 (1.95% from 255 or 0.93% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD04ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD04ED is #42FB12. Grayscale: #555555. Windows color (decimal): -4389651 or 15533245. OLE color: 15533245.

HSL color Cylindrical-coordinate representation of color #BD04ED: hue angle of 287.64º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD04ED is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 4 237 -
CMYK 0.20 0.98 0 0.07
HSL 287.64º 0.97% 0.47% -
HSV(B) 287.64º 0.98% 0.93% -
XYZ 36.32 17.02 81.49 -
YUV 85.88 213.29 201.55 -
System Red Green Blue C M Y K H S L
Decimal 189 4 237 0.20 0.98 0 0.07 287.64 0.97 0.47
Hex BD 4 ED 14 62 0 7 120 61 2F
Octal 275 4 355 24 142 0 7 440 141 57
Binary 10111101 100 11101101 10100 1100010 0 111 100100000 1100001 101111

Color Harmonies of #BD04ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD04ED

Black with #BD04ED

Text Example


Text Example

White with #BD04ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD04ED; }

 p { color: rgb(189,4,237); }

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

background-color css

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

 a { background-color: rgb(189,4,237); }

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

border-color css

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

 span { border-color: rgb(189,4,237); }

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