Html Css Color HEX #BD05EC Electric Purple

📋 copy color: '#BD05EC'

red 189 ◦ green 5 ◦ blue 236

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

Shades of Electric Purple #BD05EC

Tints of Electric Purple #BD05EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.88%

R = 43.95%
G = 1.16%
B = 54.88%

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

#BD05EC (or 0xBD05EC) is known color: Electric Purple. HEX triplet: BD, 05 and EC. RGB value is (189,5,236). Sum of RGB (Red+Green+Blue) = 189+5+236=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 5 (2.34% from 255 or 1.16% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD05EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD05EC is #42FA13. Grayscale: #555555. Windows color (decimal): -4389396 or 15467965. OLE color: 15467965.

HSL color Cylindrical-coordinate representation of color #BD05EC: hue angle of 287.79º degrees, saturation: 0.96, 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 #BD05EC is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 5 236 -
CMYK 0.20 0.98 0 0.07
HSL 287.79º 0.96% 0.47% -
HSV(B) 287.79º 0.98% 0.93% -
XYZ 36.18 16.98 80.73 -
YUV 86.35 212.46 201.22 -
System Red Green Blue C M Y K H S L
Decimal 189 5 236 0.20 0.98 0 0.07 287.79 0.96 0.47
Hex BD 5 EC 14 62 0 7 120 60 2F
Octal 275 5 354 24 142 0 7 440 140 57
Binary 10111101 101 11101100 10100 1100010 0 111 100100000 1100000 101111

Color Harmonies of #BD05EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD05EC

Black with #BD05EC

Text Example


Text Example

White with #BD05EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD05EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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