Html Css Color HEX #BD03EF Electric Purple

📋 copy color: '#BD03EF'

red 189 ◦ green 3 ◦ blue 239

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

Shades of Electric Purple #BD03EF

Tints of Electric Purple #BD03EF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.7%

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

R = 43.85%
G = 0.7%
B = 55.45%

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

#BD03EF (or 0xBD03EF) is known color: Electric Purple. HEX triplet: BD, 03 and EF. RGB value is (189,3,239). Sum of RGB (Red+Green+Blue) = 189+3+239=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 3 (1.56% from 255 or 0.70% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD03EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD03EF is #42FC10. Grayscale: #545454. Windows color (decimal): -4389905 or 15664061. OLE color: 15664061.

HSL color Cylindrical-coordinate representation of color #BD03EF: hue angle of 287.29º 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 #BD03EF is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 3 239 -
CMYK 0.21 0.99 0 0.06
HSL 287.29º 0.98% 0.47% -
HSV(B) 287.29º 0.99% 0.94% -
XYZ 36.6 17.12 83.04 -
YUV 85.52 214.62 201.81 -
System Red Green Blue C M Y K H S L
Decimal 189 3 239 0.21 0.99 0 0.06 287.29 0.98 0.47
Hex BD 3 EF 15 63 0 6 11F 62 2F
Octal 275 3 357 25 143 0 6 437 142 57
Binary 10111101 11 11101111 10101 1100011 0 110 100011111 1100010 101111

Color Harmonies of #BD03EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD03EF

Black with #BD03EF

Text Example


Text Example

White with #BD03EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD03EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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