Html Css Color HEX #B40DDF Electric Purple

📋 copy color: '#B40DDF'

red 180 ◦ green 13 ◦ blue 223

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

Shades of Electric Purple #B40DDF

Tints of Electric Purple #B40DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.13%

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 43.27%
G = 3.13%
B = 53.61%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B40DDF (or 0xB40DDF) is known color: Electric Purple. HEX triplet: B4, 0D and DF. RGB value is (180,13,223). Sum of RGB (Red+Green+Blue) = 180+13+223=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #B40DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40DDF is #4BF220. Grayscale: #565656. Windows color (decimal): -4977185 or 14618036. OLE color: 14618036.

HSL color Cylindrical-coordinate representation of color #B40DDF: hue angle of 287.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40DDF is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 13 223 -
CMYK 0.19 0.94 0 0.13
HSL 287.71º 0.89% 0.46% -
HSV(B) 287.71º 0.94% 0.87% -
XYZ 32.29 15.32 71.07 -
YUV 86.87 204.83 194.42 -
System Red Green Blue C M Y K H S L
Decimal 180 13 223 0.19 0.94 0 0.13 287.71 0.89 0.46
Hex B4 D DF 13 5E 0 D 120 59 2E
Octal 264 15 337 23 136 0 15 440 131 56
Binary 10110100 1101 11011111 10011 1011110 0 1101 100100000 1011001 101110

Color Harmonies of #B40DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40DDF

Black with #B40DDF

Text Example


Text Example

White with #B40DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40DDF; }

 p { color: rgb(180,13,223); }

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

background-color css

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

 a { background-color: rgb(180,13,223); }

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

border-color css

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

 span { border-color: rgb(180,13,223); }

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