Html Css Color HEX #B407FF Electric Purple

📋 copy color: '#B407FF'

red 180 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #B407FF

Tints of Electric Purple #B407FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.58%

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

R = 40.72%
G = 1.58%
B = 57.69%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B407FF (or 0xB407FF) is known color: Electric Purple. HEX triplet: B4, 07 and FF. RGB value is (180,7,255). Sum of RGB (Red+Green+Blue) = 180+7+255=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 7 (3.12% from 255 or 1.58% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #B407FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B407FF is #4BF800. Grayscale: #565656. Windows color (decimal): -4978689 or 16713652. OLE color: 16713652.

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

Color convert

RGB 180 7 255 -
CMYK 0.29 0.97 0 0
HSL 281.85º 1% 0.51% -
HSV(B) 281.85º 0.97% 1% -
XYZ 36.95 17.08 95.96 -
YUV 87 222.81 194.33 -
System Red Green Blue C M Y K H S L
Decimal 180 7 255 0.29 0.97 0 0 281.85 1 0.51
Hex B4 7 FF 1D 61 0 0 11A 64 33
Octal 264 7 377 35 141 0 0 432 144 63
Binary 10110100 111 11111111 11101 1100001 0 0 100011010 1100100 110011

Color Harmonies of #B407FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B407FF

Black with #B407FF

Text Example


Text Example

White with #B407FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B407FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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