Html Css Color HEX #B603EC Electric Purple

📋 copy color: '#B603EC'

red 182 ◦ green 3 ◦ blue 236

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

Shades of Electric Purple #B603EC

Tints of Electric Purple #B603EC

RGB

 RED value IS 182 (71.48% from 255) = 43.23%

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

 BLUE value IS 236 (92.58% from 255) = 56.06%

R = 43.23%
G = 0.71%
B = 56.06%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B603EC (or 0xB603EC) is known color: Electric Purple. HEX triplet: B6, 03 and EC. RGB value is (182,3,236). Sum of RGB (Red+Green+Blue) = 182+3+236=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 3 (1.56% from 255 or 0.71% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #B603EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B603EC is #49FC13. Grayscale: #525252. Windows color (decimal): -4848660 or 15467446. OLE color: 15467446.

HSL color Cylindrical-coordinate representation of color #B603EC: hue angle of 286.09º degrees, saturation: 0.97, 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 #B603EC is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 3 236 -
CMYK 0.23 0.99 0 0.07
HSL 286.09º 0.97% 0.47% -
HSV(B) 286.09º 0.99% 0.93% -
XYZ 34.46 16.07 80.64 -
YUV 83.08 214.3 198.55 -
System Red Green Blue C M Y K H S L
Decimal 182 3 236 0.23 0.99 0 0.07 286.09 0.97 0.47
Hex B6 3 EC 17 63 0 7 11E 61 2F
Octal 266 3 354 27 143 0 7 436 141 57
Binary 10110110 11 11101100 10111 1100011 0 111 100011110 1100001 101111

Color Harmonies of #B603EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B603EC

Black with #B603EC

Text Example


Text Example

White with #B603EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B603EC; }

 p { color: rgb(182,3,236); }

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

background-color css

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

 a { background-color: rgb(182,3,236); }

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

border-color css

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

 span { border-color: rgb(182,3,236); }

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