Html Css Color HEX #B208EC Electric Purple

📋 copy color: '#B208EC'

red 178 ◦ green 8 ◦ blue 236

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

Shades of Electric Purple #B208EC

Tints of Electric Purple #B208EC

RGB

 RED value IS 178 (69.92% from 255) = 42.18%

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

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

R = 42.18%
G = 1.9%
B = 55.92%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B208EC (or 0xB208EC) is known color: Electric Purple. HEX triplet: B2, 08 and EC. RGB value is (178,8,236). Sum of RGB (Red+Green+Blue) = 178+8+236=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #B208EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B208EC is #4DF713. Grayscale: #545454. Windows color (decimal): -5109524 or 15468722. OLE color: 15468722.

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

Color convert

RGB 178 8 236 -
CMYK 0.25 0.97 0 0.07
HSL 284.74º 0.93% 0.48% -
HSV(B) 284.74º 0.97% 0.93% -
XYZ 33.59 15.69 80.62 -
YUV 84.82 213.32 194.46 -
System Red Green Blue C M Y K H S L
Decimal 178 8 236 0.25 0.97 0 0.07 284.74 0.93 0.48
Hex B2 8 EC 19 61 0 7 11D 5D 30
Octal 262 10 354 31 141 0 7 435 135 60
Binary 10110010 1000 11101100 11001 1100001 0 111 100011101 1011101 110000

Color Harmonies of #B208EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B208EC

Black with #B208EC

Text Example


Text Example

White with #B208EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B208EC; }

 p { color: rgb(178,8,236); }

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

background-color css

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

 a { background-color: rgb(178,8,236); }

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

border-color css

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

 span { border-color: rgb(178,8,236); }

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