Html Css Color HEX #BD02EF Electric Purple

📋 copy color: '#BD02EF'

red 189 ◦ green 2 ◦ blue 239

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

Shades of Electric Purple #BD02EF

Tints of Electric Purple #BD02EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.58%

R = 43.95%
G = 0.47%
B = 55.58%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD02EF (or 0xBD02EF) is known color: Electric Purple. HEX triplet: BD, 02 and EF. RGB value is (189,2,239). Sum of RGB (Red+Green+Blue) = 189+2+239=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD02EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD02EF is #42FD10. Grayscale: #545454. Windows color (decimal): -4390161 or 15663805. OLE color: 15663805.

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

Color convert

RGB 189 2 239 -
CMYK 0.21 0.99 0 0.06
HSL 287.34º 0.98% 0.47% -
HSV(B) 287.34º 0.99% 0.94% -
XYZ 36.59 17.09 83.03 -
YUV 84.93 214.95 202.23 -
System Red Green Blue C M Y K H S L
Decimal 189 2 239 0.21 0.99 0 0.06 287.34 0.98 0.47
Hex BD 2 EF 15 63 0 6 11F 62 2F
Octal 275 2 357 25 143 0 6 437 142 57
Binary 10111101 10 11101111 10101 1100011 0 110 100011111 1100010 101111

Color Harmonies of #BD02EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD02EF

Black with #BD02EF

Text Example


Text Example

White with #BD02EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD02EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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