Html Css Color HEX #B607EC Electric Purple

📋 copy color: '#B607EC'

red 182 ◦ green 7 ◦ blue 236

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

Shades of Electric Purple #B607EC

Tints of Electric Purple #B607EC

RGB

 RED value IS 182 (71.48% from 255) = 42.82%

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

 BLUE value IS 236 (92.58% from 255) = 55.53%

R = 42.82%
G = 1.65%
B = 55.53%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B607EC (or 0xB607EC) is known color: Electric Purple. HEX triplet: B6, 07 and EC. RGB value is (182,7,236). Sum of RGB (Red+Green+Blue) = 182+7+236=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #B607EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B607EC is #49F813. Grayscale: #545454. Windows color (decimal): -4847636 or 15468470. OLE color: 15468470.

HSL color Cylindrical-coordinate representation of color #B607EC: hue angle of 285.85º degrees, saturation: 0.94, 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 #B607EC is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 7 236 -
CMYK 0.23 0.97 0 0.07
HSL 285.85º 0.94% 0.48% -
HSV(B) 285.85º 0.97% 0.93% -
XYZ 34.51 16.15 80.66 -
YUV 85.43 212.98 196.88 -
System Red Green Blue C M Y K H S L
Decimal 182 7 236 0.23 0.97 0 0.07 285.85 0.94 0.48
Hex B6 7 EC 17 61 0 7 11E 5E 30
Octal 266 7 354 27 141 0 7 436 136 60
Binary 10110110 111 11101100 10111 1100001 0 111 100011110 1011110 110000

Color Harmonies of #B607EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B607EC

Black with #B607EC

Text Example


Text Example

White with #B607EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B607EC; }

 p { color: rgb(182,7,236); }

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

background-color css

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

 a { background-color: rgb(182,7,236); }

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

border-color css

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

 span { border-color: rgb(182,7,236); }

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