Html Css Color HEX #B00CEC Electric Purple

📋 copy color: '#B00CEC'

red 176 ◦ green 12 ◦ blue 236

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

Shades of Electric Purple #B00CEC

Tints of Electric Purple #B00CEC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.83%

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

R = 41.51%
G = 2.83%
B = 55.66%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B00CEC (or 0xB00CEC) is known color: Electric Purple. HEX triplet: B0, 0C and EC. RGB value is (176,12,236). Sum of RGB (Red+Green+Blue) = 176+12+236=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #B00CEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00CEC is #4FF313. Grayscale: #555555. Windows color (decimal): -5239572 or 15469744. OLE color: 15469744.

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

Color convert

RGB 176 12 236 -
CMYK 0.25 0.95 0 0.07
HSL 283.93º 0.9% 0.49% -
HSV(B) 283.93º 0.95% 0.93% -
XYZ 33.18 15.55 80.61 -
YUV 86.57 212.33 191.79 -
System Red Green Blue C M Y K H S L
Decimal 176 12 236 0.25 0.95 0 0.07 283.93 0.9 0.49
Hex B0 C EC 19 5F 0 7 11C 5A 31
Octal 260 14 354 31 137 0 7 434 132 61
Binary 10110000 1100 11101100 11001 1011111 0 111 100011100 1011010 110001

Color Harmonies of #B00CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00CEC

Black with #B00CEC

Text Example


Text Example

White with #B00CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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