Html Css Color HEX #BD03E6 Electric Purple

📋 copy color: '#BD03E6'

red 189 ◦ green 3 ◦ blue 230

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

Shades of Electric Purple #BD03E6

Tints of Electric Purple #BD03E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 54.5%

R = 44.79%
G = 0.71%
B = 54.5%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD03E6 (or 0xBD03E6) is known color: Electric Purple. HEX triplet: BD, 03 and E6. RGB value is (189,3,230). Sum of RGB (Red+Green+Blue) = 189+3+230=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 230 (90.23% from 255 or 54.50% from 422); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD03E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD03E6 is #42FC19. Grayscale: #535353. Windows color (decimal): -4389914 or 15074237. OLE color: 15074237.

HSL color Cylindrical-coordinate representation of color #BD03E6: hue angle of 289.16º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD03E6 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 3 230 -
CMYK 0.18 0.99 0 0.10
HSL 289.16º 0.97% 0.46% -
HSV(B) 289.16º 0.99% 0.9% -
XYZ 35.3 16.6 76.21 -
YUV 84.49 210.12 202.54 -
System Red Green Blue C M Y K H S L
Decimal 189 3 230 0.18 0.99 0 0.10 289.16 0.97 0.46
Hex BD 3 E6 12 63 0 A 121 61 2E
Octal 275 3 346 22 143 0 12 441 141 56
Binary 10111101 11 11100110 10010 1100011 0 1010 100100001 1100001 101110

Color Harmonies of #BD03E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD03E6

Black with #BD03E6

Text Example


Text Example

White with #BD03E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD03E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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