Html Css Color HEX #B407E6 Electric Purple

📋 copy color: '#B407E6'

red 180 ◦ green 7 ◦ blue 230

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

Shades of Electric Purple #B407E6

Tints of Electric Purple #B407E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 55.16%

R = 43.17%
G = 1.68%
B = 55.16%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B407E6 (or 0xB407E6) is known color: Electric Purple. HEX triplet: B4, 07 and E6. RGB value is (180,7,230). Sum of RGB (Red+Green+Blue) = 180+7+230=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 230 (90.23% from 255 or 55.16% from 417); Max value from RGB is 230 - color contains mainly: blue. Hex color #B407E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B407E6 is #4BF819. Grayscale: #535353. Windows color (decimal): -4978714 or 15075252. OLE color: 15075252.

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

Color convert

RGB 180 7 230 -
CMYK 0.22 0.97 0 0.10
HSL 286.55º 0.94% 0.46% -
HSV(B) 286.55º 0.97% 0.9% -
XYZ 33.18 15.57 76.12 -
YUV 84.15 210.31 196.37 -
System Red Green Blue C M Y K H S L
Decimal 180 7 230 0.22 0.97 0 0.10 286.55 0.94 0.46
Hex B4 7 E6 16 61 0 A 11F 5E 2E
Octal 264 7 346 26 141 0 12 437 136 56
Binary 10110100 111 11100110 10110 1100001 0 1010 100011111 1011110 101110

Color Harmonies of #B407E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B407E6

Black with #B407E6

Text Example


Text Example

White with #B407E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B407E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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