Html Css Color HEX #BD05EA Electric Purple

📋 copy color: '#BD05EA'

red 189 ◦ green 5 ◦ blue 234

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

Shades of Electric Purple #BD05EA

Tints of Electric Purple #BD05EA

RGB

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

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

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

R = 44.16%
G = 1.17%
B = 54.67%

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

#BD05EA (or 0xBD05EA) is known color: Electric Purple. HEX triplet: BD, 05 and EA. RGB value is (189,5,234). Sum of RGB (Red+Green+Blue) = 189+5+234=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 5 (2.34% from 255 or 1.17% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD05EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD05EA is #42FA15. Grayscale: #555555. Windows color (decimal): -4389398 or 15336893. OLE color: 15336893.

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

Color convert

RGB 189 5 234 -
CMYK 0.19 0.98 0 0.08
HSL 288.21º 0.96% 0.47% -
HSV(B) 288.21º 0.98% 0.92% -
XYZ 35.89 16.87 79.21 -
YUV 86.12 211.46 201.38 -
System Red Green Blue C M Y K H S L
Decimal 189 5 234 0.19 0.98 0 0.08 288.21 0.96 0.47
Hex BD 5 EA 13 62 0 8 120 60 2F
Octal 275 5 352 23 142 0 10 440 140 57
Binary 10111101 101 11101010 10011 1100010 0 1000 100100000 1100000 101111

Color Harmonies of #BD05EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD05EA

Black with #BD05EA

Text Example


Text Example

White with #BD05EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD05EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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