Html Css Color HEX #B40BF4 Electric Purple

📋 copy color: '#B40BF4'

red 180 ◦ green 11 ◦ blue 244

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

Shades of Electric Purple #B40BF4

Tints of Electric Purple #B40BF4

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.53%

 BLUE value IS 244 (95.7% from 255) = 56.09%

R = 41.38%
G = 2.53%
B = 56.09%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B40BF4 (or 0xB40BF4) is known color: Electric Purple. HEX triplet: B4, 0B and F4. RGB value is (180,11,244). Sum of RGB (Red+Green+Blue) = 180+11+244=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 244 (95.70% from 255 or 56.09% from 435); Max value from RGB is 244 - color contains mainly: blue. Hex color #B40BF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40BF4 is #4BF40B. Grayscale: #575757. Windows color (decimal): -4977676 or 15993780. OLE color: 15993780.

HSL color Cylindrical-coordinate representation of color #B40BF4: hue angle of 283.52º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40BF4 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 180 11 244 -
CMYK 0.26 0.95 0 0.04
HSL 283.52º 0.91% 0.5% -
HSV(B) 283.52º 0.95% 0.96% -
XYZ 35.27 16.47 86.91 -
YUV 88.09 215.99 193.55 -
System Red Green Blue C M Y K H S L
Decimal 180 11 244 0.26 0.95 0 0.04 283.52 0.91 0.5
Hex B4 B F4 1A 5F 0 4 11C 5B 32
Octal 264 13 364 32 137 0 4 434 133 62
Binary 10110100 1011 11110100 11010 1011111 0 100 100011100 1011011 110010

Color Harmonies of #B40BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40BF4

Black with #B40BF4

Text Example


Text Example

White with #B40BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40BF4; }

 p { color: rgb(180,11,244); }

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

background-color css

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

 a { background-color: rgb(180,11,244); }

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

border-color css

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

 span { border-color: rgb(180,11,244); }

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