Html Css Color HEX #BD04EA Electric Purple

📋 copy color: '#BD04EA'

red 189 ◦ green 4 ◦ blue 234

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

Shades of Electric Purple #BD04EA

Tints of Electric Purple #BD04EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.8%

R = 44.26%
G = 0.94%
B = 54.8%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD04EA (or 0xBD04EA) is known color: Electric Purple. HEX triplet: BD, 04 and EA. RGB value is (189,4,234). Sum of RGB (Red+Green+Blue) = 189+4+234=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD04EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD04EA is #42FB15. Grayscale: #545454. Windows color (decimal): -4389654 or 15336637. OLE color: 15336637.

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

Color convert

RGB 189 4 234 -
CMYK 0.19 0.98 0 0.08
HSL 288.26º 0.97% 0.47% -
HSV(B) 288.26º 0.98% 0.92% -
XYZ 35.88 16.85 79.2 -
YUV 85.54 211.79 201.8 -
System Red Green Blue C M Y K H S L
Decimal 189 4 234 0.19 0.98 0 0.08 288.26 0.97 0.47
Hex BD 4 EA 13 62 0 8 120 61 2F
Octal 275 4 352 23 142 0 10 440 141 57
Binary 10111101 100 11101010 10011 1100010 0 1000 100100000 1100001 101111

Color Harmonies of #BD04EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD04EA

Black with #BD04EA

Text Example


Text Example

White with #BD04EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD04EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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