Html Css Color HEX #B208FF Electric Purple

📋 copy color: '#B208FF'

red 178 ◦ green 8 ◦ blue 255

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

Shades of Electric Purple #B208FF

Tints of Electric Purple #B208FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.82%

R = 40.36%
G = 1.81%
B = 57.82%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B208FF (or 0xB208FF) is known color: Electric Purple. HEX triplet: B2, 08 and FF. RGB value is (178,8,255). Sum of RGB (Red+Green+Blue) = 178+8+255=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 8 (3.52% from 255 or 1.81% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #B208FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B208FF is #4DF700. Grayscale: #565656. Windows color (decimal): -5109505 or 16713906. OLE color: 16713906.

HSL color Cylindrical-coordinate representation of color #B208FF: hue angle of 281.3º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B208FF is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 178 8 255 -
CMYK 0.30 0.97 0 0
HSL 281.3º 1% 0.52% -
HSV(B) 281.3º 0.97% 1% -
XYZ 36.5 16.86 95.94 -
YUV 86.99 222.82 192.92 -
System Red Green Blue C M Y K H S L
Decimal 178 8 255 0.30 0.97 0 0 281.3 1 0.52
Hex B2 8 FF 1E 61 0 0 119 64 34
Octal 262 10 377 36 141 0 0 431 144 64
Binary 10110010 1000 11111111 11110 1100001 0 0 100011001 1100100 110100

Color Harmonies of #B208FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B208FF

Black with #B208FF

Text Example


Text Example

White with #B208FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B208FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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