Html Css Color HEX #B40DFB Electric Purple

📋 copy color: '#B40DFB'

red 180 ◦ green 13 ◦ blue 251

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

Shades of Electric Purple #B40DFB

Tints of Electric Purple #B40DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.53%

R = 40.54%
G = 2.93%
B = 56.53%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B40DFB (or 0xB40DFB) is known color: Electric Purple. HEX triplet: B4, 0D and FB. RGB value is (180,13,251). Sum of RGB (Red+Green+Blue) = 180+13+251=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 13 (5.47% from 255 or 2.93% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #B40DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40DFB is #4BF204. Grayscale: #595959. Windows color (decimal): -4977157 or 16453044. OLE color: 16453044.

HSL color Cylindrical-coordinate representation of color #B40DFB: hue angle of 282.1º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40DFB is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 13 251 -
CMYK 0.28 0.95 0 0.02
HSL 282.1º 0.97% 0.52% -
HSV(B) 282.1º 0.95% 0.98% -
XYZ 36.38 16.96 92.62 -
YUV 90.07 218.83 192.15 -
System Red Green Blue C M Y K H S L
Decimal 180 13 251 0.28 0.95 0 0.02 282.1 0.97 0.52
Hex B4 D FB 1C 5F 0 2 11A 61 34
Octal 264 15 373 34 137 0 2 432 141 64
Binary 10110100 1101 11111011 11100 1011111 0 10 100011010 1100001 110100

Color Harmonies of #B40DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40DFB

Black with #B40DFB

Text Example


Text Example

White with #B40DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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