Html Css Color HEX #B406FF Electric Purple

📋 copy color: '#B406FF'

red 180 ◦ green 6 ◦ blue 255

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

Shades of Electric Purple #B406FF

Tints of Electric Purple #B406FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.82%

R = 40.82%
G = 1.36%
B = 57.82%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B406FF (or 0xB406FF) is known color: Electric Purple. HEX triplet: B4, 06 and FF. RGB value is (180,6,255). Sum of RGB (Red+Green+Blue) = 180+6+255=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #B406FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B406FF is #4BF900. Grayscale: #555555. Windows color (decimal): -4978945 or 16713396. OLE color: 16713396.

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

Color convert

RGB 180 6 255 -
CMYK 0.29 0.98 0 0
HSL 281.93º 1% 0.51% -
HSV(B) 281.93º 0.98% 1% -
XYZ 36.94 17.05 95.95 -
YUV 86.41 223.15 194.75 -
System Red Green Blue C M Y K H S L
Decimal 180 6 255 0.29 0.98 0 0 281.93 1 0.51
Hex B4 6 FF 1D 62 0 0 11A 64 33
Octal 264 6 377 35 142 0 0 432 144 63
Binary 10110100 110 11111111 11101 1100010 0 0 100011010 1100100 110011

Color Harmonies of #B406FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B406FF

Black with #B406FF

Text Example


Text Example

White with #B406FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B406FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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