Html Css Color HEX #B608ED Electric Purple

📋 copy color: '#B608ED'

red 182 ◦ green 8 ◦ blue 237

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

Shades of Electric Purple #B608ED

Tints of Electric Purple #B608ED

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.87%

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

R = 42.62%
G = 1.87%
B = 55.5%

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

#B608ED (or 0xB608ED) is known color: Electric Purple. HEX triplet: B6, 08 and ED. RGB value is (182,8,237). Sum of RGB (Red+Green+Blue) = 182+8+237=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 8 (3.52% from 255 or 1.87% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #B608ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B608ED is #49F712. Grayscale: #555555. Windows color (decimal): -4847379 or 15534262. OLE color: 15534262.

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

Color convert

RGB 182 8 237 -
CMYK 0.23 0.97 0 0.07
HSL 285.59º 0.93% 0.48% -
HSV(B) 285.59º 0.97% 0.93% -
XYZ 34.66 16.23 81.43 -
YUV 86.13 213.15 196.38 -
System Red Green Blue C M Y K H S L
Decimal 182 8 237 0.23 0.97 0 0.07 285.59 0.93 0.48
Hex B6 8 ED 17 61 0 7 11E 5D 30
Octal 266 10 355 27 141 0 7 436 135 60
Binary 10110110 1000 11101101 10111 1100001 0 111 100011110 1011101 110000

Color Harmonies of #B608ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B608ED

Black with #B608ED

Text Example


Text Example

White with #B608ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B608ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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