Html Css Color HEX #B605ED Electric Purple

📋 copy color: '#B605ED'

red 182 ◦ green 5 ◦ blue 237

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

Shades of Electric Purple #B605ED

Tints of Electric Purple #B605ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.9%

R = 42.92%
G = 1.18%
B = 55.9%

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

#B605ED (or 0xB605ED) is known color: Electric Purple. HEX triplet: B6, 05 and ED. RGB value is (182,5,237). Sum of RGB (Red+Green+Blue) = 182+5+237=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #B605ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B605ED is #49FA12. Grayscale: #535353. Windows color (decimal): -4848147 or 15533494. OLE color: 15533494.

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

Color convert

RGB 182 5 237 -
CMYK 0.23 0.98 0 0.07
HSL 285.78º 0.96% 0.47% -
HSV(B) 285.78º 0.98% 0.93% -
XYZ 34.63 16.17 81.42 -
YUV 84.37 214.14 197.64 -
System Red Green Blue C M Y K H S L
Decimal 182 5 237 0.23 0.98 0 0.07 285.78 0.96 0.47
Hex B6 5 ED 17 62 0 7 11E 60 2F
Octal 266 5 355 27 142 0 7 436 140 57
Binary 10110110 101 11101101 10111 1100010 0 111 100011110 1100000 101111

Color Harmonies of #B605ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B605ED

Black with #B605ED

Text Example


Text Example

White with #B605ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B605ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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