Html Css Color HEX #B406ED Electric Purple

📋 copy color: '#B406ED'

red 180 ◦ green 6 ◦ blue 237

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

Shades of Electric Purple #B406ED

Tints of Electric Purple #B406ED

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.42%

 BLUE value IS 237 (92.97% from 255) = 56.03%

R = 42.55%
G = 1.42%
B = 56.03%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B406ED (or 0xB406ED) is known color: Electric Purple. HEX triplet: B4, 06 and ED. RGB value is (180,6,237). Sum of RGB (Red+Green+Blue) = 180+6+237=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #B406ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B406ED is #4BF912. Grayscale: #535353. Windows color (decimal): -4978963 or 15533748. OLE color: 15533748.

HSL color Cylindrical-coordinate representation of color #B406ED: hue angle of 285.19º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B406ED is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 6 237 -
CMYK 0.24 0.97 0 0.07
HSL 285.19º 0.95% 0.48% -
HSV(B) 285.19º 0.97% 0.93% -
XYZ 34.17 15.95 81.4 -
YUV 84.36 214.15 196.22 -
System Red Green Blue C M Y K H S L
Decimal 180 6 237 0.24 0.97 0 0.07 285.19 0.95 0.48
Hex B4 6 ED 18 61 0 7 11D 5F 30
Octal 264 6 355 30 141 0 7 435 137 60
Binary 10110100 110 11101101 11000 1100001 0 111 100011101 1011111 110000

Color Harmonies of #B406ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B406ED

Black with #B406ED

Text Example


Text Example

White with #B406ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B406ED; }

 p { color: rgb(180,6,237); }

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

background-color css

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

 a { background-color: rgb(180,6,237); }

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

border-color css

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

 span { border-color: rgb(180,6,237); }

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