Html Css Color HEX #B610EC Electric Purple

📋 copy color: '#B610EC'

red 182 ◦ green 16 ◦ blue 236

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

Shades of Electric Purple #B610EC

Tints of Electric Purple #B610EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.69%

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

R = 41.94%
G = 3.69%
B = 54.38%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B610EC (or 0xB610EC) is known color: Electric Purple. HEX triplet: B6, 10 and EC. RGB value is (182,16,236). Sum of RGB (Red+Green+Blue) = 182+16+236=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 16 (6.64% from 255 or 3.69% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #B610EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B610EC is #49EF13. Grayscale: #5A5A5A. Windows color (decimal): -4845332 or 15470774. OLE color: 15470774.

HSL color Cylindrical-coordinate representation of color #B610EC: hue angle of 285.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B610EC is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 16 236 -
CMYK 0.23 0.93 0 0.07
HSL 285.27º 0.87% 0.49% -
HSV(B) 285.27º 0.93% 0.93% -
XYZ 34.62 16.37 80.69 -
YUV 90.71 210 193.11 -
System Red Green Blue C M Y K H S L
Decimal 182 16 236 0.23 0.93 0 0.07 285.27 0.87 0.49
Hex B6 10 EC 17 5D 0 7 11D 57 31
Octal 266 20 354 27 135 0 7 435 127 61
Binary 10110110 10000 11101100 10111 1011101 0 111 100011101 1010111 110001

Color Harmonies of #B610EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B610EC

Black with #B610EC

Text Example


Text Example

White with #B610EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B610EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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