Html Css Color HEX #B40CE1 Electric Purple

📋 copy color: '#B40CE1'

red 180 ◦ green 12 ◦ blue 225

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

Shades of Electric Purple #B40CE1

Tints of Electric Purple #B40CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.96%

R = 43.17%
G = 2.88%
B = 53.96%

CMYK

 C value IS 0.2

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B40CE1 (or 0xB40CE1) is known color: Electric Purple. HEX triplet: B4, 0C and E1. RGB value is (180,12,225). Sum of RGB (Red+Green+Blue) = 180+12+225=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 225 (88.28% from 255 or 53.96% from 417); Max value from RGB is 225 - color contains mainly: blue. Hex color #B40CE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CE1 is #4BF31E. Grayscale: #555555. Windows color (decimal): -4977439 or 14748852. OLE color: 14748852.

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

Color convert

RGB 180 12 225 -
CMYK 0.2 0.95 0 0.12
HSL 287.32º 0.9% 0.46% -
HSV(B) 287.32º 0.95% 0.88% -
XYZ 32.54 15.4 72.49 -
YUV 86.51 206.16 194.68 -
System Red Green Blue C M Y K H S L
Decimal 180 12 225 0.2 0.95 0 0.12 287.32 0.9 0.46
Hex B4 C E1 14 5F 0 C 11F 5A 2E
Octal 264 14 341 24 137 0 14 437 132 56
Binary 10110100 1100 11100001 10100 1011111 0 1100 100011111 1011010 101110

Color Harmonies of #B40CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40CE1

Black with #B40CE1

Text Example


Text Example

White with #B40CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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