Html Css Color HEX #B40CE0 Electric Purple

📋 copy color: '#B40CE0'

red 180 ◦ green 12 ◦ blue 224

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

Shades of Electric Purple #B40CE0

Tints of Electric Purple #B40CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.85%

R = 43.27%
G = 2.88%
B = 53.85%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B40CE0 (or 0xB40CE0) is known color: Electric Purple. HEX triplet: B4, 0C and E0. RGB value is (180,12,224). Sum of RGB (Red+Green+Blue) = 180+12+224=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #B40CE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CE0 is #4BF31F. Grayscale: #555555. Windows color (decimal): -4977440 or 14683316. OLE color: 14683316.

HSL color Cylindrical-coordinate representation of color #B40CE0: hue angle of 287.55º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40CE0 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 12 224 -
CMYK 0.20 0.95 0 0.12
HSL 287.55º 0.9% 0.46% -
HSV(B) 287.55º 0.95% 0.88% -
XYZ 32.41 15.35 71.78 -
YUV 86.4 205.66 194.76 -
System Red Green Blue C M Y K H S L
Decimal 180 12 224 0.20 0.95 0 0.12 287.55 0.9 0.46
Hex B4 C E0 14 5F 0 C 120 5A 2E
Octal 264 14 340 24 137 0 14 440 132 56
Binary 10110100 1100 11100000 10100 1011111 0 1100 100100000 1011010 101110

Color Harmonies of #B40CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40CE0

Black with #B40CE0

Text Example


Text Example

White with #B40CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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