Html Css Color HEX #B605EC Electric Purple

📋 copy color: '#B605EC'

red 182 ◦ green 5 ◦ blue 236

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

Shades of Electric Purple #B605EC

Tints of Electric Purple #B605EC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.18%

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

R = 43.03%
G = 1.18%
B = 55.79%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B605EC (or 0xB605EC) is known color: Electric Purple. HEX triplet: B6, 05 and EC. RGB value is (182,5,236). Sum of RGB (Red+Green+Blue) = 182+5+236=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #B605EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B605EC is #49FA13. Grayscale: #535353. Windows color (decimal): -4848148 or 15467958. OLE color: 15467958.

HSL color Cylindrical-coordinate representation of color #B605EC: hue angle of 285.97º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B605EC is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 5 236 -
CMYK 0.23 0.98 0 0.07
HSL 285.97º 0.96% 0.47% -
HSV(B) 285.97º 0.98% 0.93% -
XYZ 34.49 16.11 80.65 -
YUV 84.26 213.64 197.72 -
System Red Green Blue C M Y K H S L
Decimal 182 5 236 0.23 0.98 0 0.07 285.97 0.96 0.47
Hex B6 5 EC 17 62 0 7 11E 60 2F
Octal 266 5 354 27 142 0 7 436 140 57
Binary 10110110 101 11101100 10111 1100010 0 111 100011110 1100000 101111

Color Harmonies of #B605EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B605EC

Black with #B605EC

Text Example


Text Example

White with #B605EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B605EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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