Html Css Color HEX #B40EFC Electric Purple

📋 copy color: '#B40EFC'

red 180 ◦ green 14 ◦ blue 252

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

Shades of Electric Purple #B40EFC

Tints of Electric Purple #B40EFC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.14%

 BLUE value IS 252 (98.83% from 255) = 56.5%

R = 40.36%
G = 3.14%
B = 56.5%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B40EFC (or 0xB40EFC) is known color: Electric Purple. HEX triplet: B4, 0E and FC. RGB value is (180,14,252). Sum of RGB (Red+Green+Blue) = 180+14+252=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 14 (5.86% from 255 or 3.14% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #B40EFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40EFC is #4BF103. Grayscale: #595959. Windows color (decimal): -4976900 or 16518836. OLE color: 16518836.

HSL color Cylindrical-coordinate representation of color #B40EFC: hue angle of 281.85º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40EFC is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 14 252 -
CMYK 0.29 0.94 0 0.01
HSL 281.85º 0.98% 0.52% -
HSV(B) 281.85º 0.94% 0.99% -
XYZ 36.55 17.05 93.46 -
YUV 90.77 219 191.65 -
System Red Green Blue C M Y K H S L
Decimal 180 14 252 0.29 0.94 0 0.01 281.85 0.98 0.52
Hex B4 E FC 1D 5E 0 1 11A 62 34
Octal 264 16 374 35 136 0 1 432 142 64
Binary 10110100 1110 11111100 11101 1011110 0 1 100011010 1100010 110100

Color Harmonies of #B40EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40EFC

Black with #B40EFC

Text Example


Text Example

White with #B40EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40EFC; }

 p { color: rgb(180,14,252); }

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

background-color css

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

 a { background-color: rgb(180,14,252); }

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

border-color css

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

 span { border-color: rgb(180,14,252); }

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