Html Css Color HEX #BD05EE Electric Purple

📋 copy color: '#BD05EE'

red 189 ◦ green 5 ◦ blue 238

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

Shades of Electric Purple #BD05EE

Tints of Electric Purple #BD05EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.09%

R = 43.75%
G = 1.16%
B = 55.09%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD05EE (or 0xBD05EE) is known color: Electric Purple. HEX triplet: BD, 05 and EE. RGB value is (189,5,238). Sum of RGB (Red+Green+Blue) = 189+5+238=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 5 (2.34% from 255 or 1.16% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD05EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD05EE is #42FA11. Grayscale: #555555. Windows color (decimal): -4389394 or 15599037. OLE color: 15599037.

HSL color Cylindrical-coordinate representation of color #BD05EE: hue angle of 287.38º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD05EE is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 5 238 -
CMYK 0.21 0.98 0 0.07
HSL 287.38º 0.96% 0.48% -
HSV(B) 287.38º 0.98% 0.93% -
XYZ 36.47 17.1 82.27 -
YUV 86.58 213.46 201.05 -
System Red Green Blue C M Y K H S L
Decimal 189 5 238 0.21 0.98 0 0.07 287.38 0.96 0.48
Hex BD 5 EE 15 62 0 7 11F 60 30
Octal 275 5 356 25 142 0 7 437 140 60
Binary 10111101 101 11101110 10101 1100010 0 111 100011111 1100000 110000

Color Harmonies of #BD05EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD05EE

Black with #BD05EE

Text Example


Text Example

White with #BD05EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD05EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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