Html Css Color HEX #B409FB Electric Purple

📋 copy color: '#B409FB'

red 180 ◦ green 9 ◦ blue 251

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

Shades of Electric Purple #B409FB

Tints of Electric Purple #B409FB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.05%

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

R = 40.91%
G = 2.05%
B = 57.05%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B409FB (or 0xB409FB) is known color: Electric Purple. HEX triplet: B4, 09 and FB. RGB value is (180,9,251). Sum of RGB (Red+Green+Blue) = 180+9+251=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 9 (3.91% from 255 or 2.05% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #B409FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B409FB is #4BF604. Grayscale: #565656. Windows color (decimal): -4978181 or 16452020. OLE color: 16452020.

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

Color convert

RGB 180 9 251 -
CMYK 0.28 0.96 0 0.02
HSL 282.4º 0.97% 0.51% -
HSV(B) 282.4º 0.96% 0.98% -
XYZ 36.33 16.86 92.61 -
YUV 87.72 220.15 193.82 -
System Red Green Blue C M Y K H S L
Decimal 180 9 251 0.28 0.96 0 0.02 282.4 0.97 0.51
Hex B4 9 FB 1C 60 0 2 11A 61 33
Octal 264 11 373 34 140 0 2 432 141 63
Binary 10110100 1001 11111011 11100 1100000 0 10 100011010 1100001 110011

Color Harmonies of #B409FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B409FB

Black with #B409FB

Text Example


Text Example

White with #B409FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B409FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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