Html Css Color HEX #B103EC Electric Purple

📋 copy color: '#B103EC'

red 177 ◦ green 3 ◦ blue 236

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

Shades of Electric Purple #B103EC

Tints of Electric Purple #B103EC

RGB

 RED value IS 177 (69.53% from 255) = 42.55%

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

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

R = 42.55%
G = 0.72%
B = 56.73%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B103EC (or 0xB103EC) is known color: Electric Purple. HEX triplet: B1, 03 and EC. RGB value is (177,3,236). Sum of RGB (Red+Green+Blue) = 177+3+236=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #B103EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B103EC is #4EFC13. Grayscale: #505050. Windows color (decimal): -5176340 or 15467441. OLE color: 15467441.

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

Color convert

RGB 177 3 236 -
CMYK 0.25 0.99 0 0.07
HSL 284.81º 0.97% 0.47% -
HSV(B) 284.81º 0.99% 0.93% -
XYZ 33.3 15.47 80.59 -
YUV 81.59 215.15 196.05 -
System Red Green Blue C M Y K H S L
Decimal 177 3 236 0.25 0.99 0 0.07 284.81 0.97 0.47
Hex B1 3 EC 19 63 0 7 11D 61 2F
Octal 261 3 354 31 143 0 7 435 141 57
Binary 10110001 11 11101100 11001 1100011 0 111 100011101 1100001 101111

Color Harmonies of #B103EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B103EC

Black with #B103EC

Text Example


Text Example

White with #B103EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B103EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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