Html Css Color HEX #B407E7 Electric Purple

📋 copy color: '#B407E7'

red 180 ◦ green 7 ◦ blue 231

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

Shades of Electric Purple #B407E7

Tints of Electric Purple #B407E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 55.26%

R = 43.06%
G = 1.67%
B = 55.26%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B407E7 (or 0xB407E7) is known color: Electric Purple. HEX triplet: B4, 07 and E7. RGB value is (180,7,231). Sum of RGB (Red+Green+Blue) = 180+7+231=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 231 (90.62% from 255 or 55.26% from 418); Max value from RGB is 231 - color contains mainly: blue. Hex color #B407E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B407E7 is #4BF818. Grayscale: #535353. Windows color (decimal): -4978713 or 15140788. OLE color: 15140788.

HSL color Cylindrical-coordinate representation of color #B407E7: hue angle of 286.34º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B407E7 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 7 231 -
CMYK 0.22 0.97 0 0.09
HSL 286.34º 0.94% 0.47% -
HSV(B) 286.34º 0.97% 0.91% -
XYZ 33.32 15.62 76.86 -
YUV 84.26 210.81 196.29 -
System Red Green Blue C M Y K H S L
Decimal 180 7 231 0.22 0.97 0 0.09 286.34 0.94 0.47
Hex B4 7 E7 16 61 0 9 11E 5E 2F
Octal 264 7 347 26 141 0 11 436 136 57
Binary 10110100 111 11100111 10110 1100001 0 1001 100011110 1011110 101111

Color Harmonies of #B407E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B407E7

Black with #B407E7

Text Example


Text Example

White with #B407E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B407E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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