Html Css Color HEX #BD04E9 Electric Purple

📋 copy color: '#BD04E9'

red 189 ◦ green 4 ◦ blue 233

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

Shades of Electric Purple #BD04E9

Tints of Electric Purple #BD04E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 54.69%

R = 44.37%
G = 0.94%
B = 54.69%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD04E9 (or 0xBD04E9) is known color: Electric Purple. HEX triplet: BD, 04 and E9. RGB value is (189,4,233). Sum of RGB (Red+Green+Blue) = 189+4+233=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 4 (1.95% from 255 or 0.94% from 426); Blue value is 233 (91.41% from 255 or 54.69% from 426); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD04E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD04E9 is #42FB16. Grayscale: #545454. Windows color (decimal): -4389655 or 15271101. OLE color: 15271101.

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

Color convert

RGB 189 4 233 -
CMYK 0.19 0.98 0 0.09
HSL 288.47º 0.97% 0.46% -
HSV(B) 288.47º 0.98% 0.91% -
XYZ 35.74 16.79 78.45 -
YUV 85.42 211.29 201.88 -
System Red Green Blue C M Y K H S L
Decimal 189 4 233 0.19 0.98 0 0.09 288.47 0.97 0.46
Hex BD 4 E9 13 62 0 9 120 61 2E
Octal 275 4 351 23 142 0 11 440 141 56
Binary 10111101 100 11101001 10011 1100010 0 1001 100100000 1100001 101110

Color Harmonies of #BD04E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD04E9

Black with #BD04E9

Text Example


Text Example

White with #BD04E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD04E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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