Html Css Color HEX #BD02ED Electric Purple

📋 copy color: '#BD02ED'

red 189 ◦ green 2 ◦ blue 237

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

Shades of Electric Purple #BD02ED

Tints of Electric Purple #BD02ED

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

 BLUE value IS 237 (92.97% from 255) = 55.37%

R = 44.16%
G = 0.47%
B = 55.37%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD02ED (or 0xBD02ED) is known color: Electric Purple. HEX triplet: BD, 02 and ED. RGB value is (189,2,237). Sum of RGB (Red+Green+Blue) = 189+2+237=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD02ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD02ED is #42FD12. Grayscale: #535353. Windows color (decimal): -4390163 or 15532733. OLE color: 15532733.

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

Color convert

RGB 189 2 237 -
CMYK 0.20 0.99 0 0.07
HSL 287.74º 0.98% 0.47% -
HSV(B) 287.74º 0.99% 0.93% -
XYZ 36.29 16.98 81.48 -
YUV 84.7 213.95 202.39 -
System Red Green Blue C M Y K H S L
Decimal 189 2 237 0.20 0.99 0 0.07 287.74 0.98 0.47
Hex BD 2 ED 14 63 0 7 120 62 2F
Octal 275 2 355 24 143 0 7 440 142 57
Binary 10111101 10 11101101 10100 1100011 0 111 100100000 1100010 101111

Color Harmonies of #BD02ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD02ED

Black with #BD02ED

Text Example


Text Example

White with #BD02ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD02ED; }

 p { color: rgb(189,2,237); }

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

background-color css

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

 a { background-color: rgb(189,2,237); }

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

border-color css

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

 span { border-color: rgb(189,2,237); }

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