Html Css Color HEX #B000EC Electric Purple

📋 copy color: '#B000EC'

red 176 ◦ green 0 ◦ blue 236

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

Shades of Electric Purple #B000EC

Tints of Electric Purple #B000EC

RGB

 RED value IS 176 (69.14% from 255) = 42.72%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.72%
G = 0%
B = 57.28%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B000EC (or 0xB000EC) is known color: Electric Purple. HEX triplet: B0, 00 and EC. RGB value is (176,0,236). Sum of RGB (Red+Green+Blue) = 176+0+236=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #B000EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B000EC is #4FFF13. Grayscale: #4E4E4E. Windows color (decimal): -5242644 or 15466672. OLE color: 15466672.

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

Color convert

RGB 176 0 236 -
CMYK 0.25 1 0 0.07
HSL 284.75º 1% 0.46% -
HSV(B) 284.75º 1% 0.93% -
XYZ 33.04 15.29 80.57 -
YUV 79.53 216.31 196.81 -
System Red Green Blue C M Y K H S L
Decimal 176 0 236 0.25 1 0 0.07 284.75 1 0.46
Hex B0 0 EC 19 64 0 7 11D 64 2E
Octal 260 0 354 31 144 0 7 435 144 56
Binary 10110000 0 11101100 11001 1100100 0 111 100011101 1100100 101110

Color Harmonies of #B000EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B000EC

Black with #B000EC

Text Example


Text Example

White with #B000EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B000EC; }

 p { color: rgb(176,0,236); }

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

background-color css

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

 a { background-color: rgb(176,0,236); }

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

border-color css

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

 span { border-color: rgb(176,0,236); }

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