Html Css Color HEX #B41CFC Electric Purple

📋 copy color: '#B41CFC'

red 180 ◦ green 28 ◦ blue 252

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

Shades of Electric Purple #B41CFC

Tints of Electric Purple #B41CFC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.09%

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

R = 39.13%
G = 6.09%
B = 54.78%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B41CFC (or 0xB41CFC) is known color: Electric Purple. HEX triplet: B4, 1C and FC. RGB value is (180,28,252). Sum of RGB (Red+Green+Blue) = 180+28+252=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #B41CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B41CFC is #4BE303. Grayscale: #626262. Windows color (decimal): -4973316 or 16522420. OLE color: 16522420.

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

Color convert

RGB 180 28 252 -
CMYK 0.29 0.89 0 0.01
HSL 280.71º 0.97% 0.55% -
HSV(B) 280.71º 0.89% 0.99% -
XYZ 36.81 17.56 93.55 -
YUV 98.98 214.36 185.79 -
System Red Green Blue C M Y K H S L
Decimal 180 28 252 0.29 0.89 0 0.01 280.71 0.97 0.55
Hex B4 1C FC 1D 59 0 1 119 61 37
Octal 264 34 374 35 131 0 1 431 141 67
Binary 10110100 11100 11111100 11101 1011001 0 1 100011001 1100001 110111

Color Harmonies of #B41CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41CFC

Black with #B41CFC

Text Example


Text Example

White with #B41CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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