Html Css Color HEX #B40CEC Electric Purple

📋 copy color: '#B40CEC'

red 180 ◦ green 12 ◦ blue 236

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

Shades of Electric Purple #B40CEC

Tints of Electric Purple #B40CEC

RGB

 RED value IS 180 (70.7% from 255) = 42.06%

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

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

R = 42.06%
G = 2.8%
B = 55.14%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B40CEC (or 0xB40CEC) is known color: Electric Purple. HEX triplet: B4, 0C and EC. RGB value is (180,12,236). Sum of RGB (Red+Green+Blue) = 180+12+236=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #B40CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40CEC is #4BF313. Grayscale: #575757. Windows color (decimal): -4977428 or 15469748. OLE color: 15469748.

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

Color convert

RGB 180 12 236 -
CMYK 0.24 0.95 0 0.07
HSL 285º 0.9% 0.49% -
HSV(B) 285º 0.95% 0.93% -
XYZ 34.09 16.02 80.65 -
YUV 87.77 211.66 193.79 -
System Red Green Blue C M Y K H S L
Decimal 180 12 236 0.24 0.95 0 0.07 285 0.9 0.49
Hex B4 C EC 18 5F 0 7 11D 5A 31
Octal 264 14 354 30 137 0 7 435 132 61
Binary 10110100 1100 11101100 11000 1011111 0 111 100011101 1011010 110001

Color Harmonies of #B40CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40CEC

Black with #B40CEC

Text Example


Text Example

White with #B40CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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