Html Css Color HEX #B413FB Electric Purple

📋 copy color: '#B413FB'

red 180 ◦ green 19 ◦ blue 251

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

Shades of Electric Purple #B413FB

Tints of Electric Purple #B413FB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.22%

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

R = 40%
G = 4.22%
B = 55.78%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B413FB (or 0xB413FB) is known color: Electric Purple. HEX triplet: B4, 13 and FB. RGB value is (180,19,251). Sum of RGB (Red+Green+Blue) = 180+19+251=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #B413FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B413FB is #4BEC04. Grayscale: #5C5C5C. Windows color (decimal): -4975621 or 16454580. OLE color: 16454580.

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

Color convert

RGB 180 19 251 -
CMYK 0.28 0.92 0 0.02
HSL 281.64º 0.97% 0.53% -
HSV(B) 281.64º 0.92% 0.98% -
XYZ 36.47 17.13 92.65 -
YUV 93.59 216.84 189.64 -
System Red Green Blue C M Y K H S L
Decimal 180 19 251 0.28 0.92 0 0.02 281.64 0.97 0.53
Hex B4 13 FB 1C 5C 0 2 11A 61 35
Octal 264 23 373 34 134 0 2 432 141 65
Binary 10110100 10011 11111011 11100 1011100 0 10 100011010 1100001 110101

Color Harmonies of #B413FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B413FB

Black with #B413FB

Text Example


Text Example

White with #B413FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B413FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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