Html Css Color HEX #BD05E4 Electric Purple

📋 copy color: '#BD05E4'

red 189 ◦ green 5 ◦ blue 228

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

Shades of Electric Purple #BD05E4

Tints of Electric Purple #BD05E4

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.18%

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

R = 44.79%
G = 1.18%
B = 54.03%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BD05E4 (or 0xBD05E4) is known color: Electric Purple. HEX triplet: BD, 05 and E4. RGB value is (189,5,228). Sum of RGB (Red+Green+Blue) = 189+5+228=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 228 (89.45% from 255 or 54.03% from 422); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD05E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD05E4 is #42FA1B. Grayscale: #545454. Windows color (decimal): -4389404 or 14943677. OLE color: 14943677.

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

Color convert

RGB 189 5 228 -
CMYK 0.17 0.98 0 0.11
HSL 289.51º 0.96% 0.46% -
HSV(B) 289.51º 0.98% 0.89% -
XYZ 35.04 16.53 74.74 -
YUV 85.44 208.46 201.87 -
System Red Green Blue C M Y K H S L
Decimal 189 5 228 0.17 0.98 0 0.11 289.51 0.96 0.46
Hex BD 5 E4 11 62 0 B 122 60 2E
Octal 275 5 344 21 142 0 13 442 140 56
Binary 10111101 101 11100100 10001 1100010 0 1011 100100010 1100000 101110

Color Harmonies of #BD05E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD05E4

Black with #BD05E4

Text Example


Text Example

White with #BD05E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD05E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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