Html Css Color HEX #B708FF Electric Purple

📋 copy color: '#B708FF'

red 183 ◦ green 8 ◦ blue 255

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

Shades of Electric Purple #B708FF

Tints of Electric Purple #B708FF

RGB

 RED value IS 183 (71.88% from 255) = 41.03%

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

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

R = 41.03%
G = 1.79%
B = 57.17%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B708FF (or 0xB708FF) is known color: Electric Purple. HEX triplet: B7, 08 and FF. RGB value is (183,8,255). Sum of RGB (Red+Green+Blue) = 183+8+255=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 8 (3.52% from 255 or 1.79% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #B708FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B708FF is #48F700. Grayscale: #575757. Windows color (decimal): -4781825 or 16713911. OLE color: 16713911.

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

Color convert

RGB 183 8 255 -
CMYK 0.28 0.97 0 0
HSL 282.51º 1% 0.52% -
HSV(B) 282.51º 0.97% 1% -
XYZ 37.67 17.46 95.99 -
YUV 88.48 221.98 195.42 -
System Red Green Blue C M Y K H S L
Decimal 183 8 255 0.28 0.97 0 0 282.51 1 0.52
Hex B7 8 FF 1C 61 0 0 11B 64 34
Octal 267 10 377 34 141 0 0 433 144 64
Binary 10110111 1000 11111111 11100 1100001 0 0 100011011 1100100 110100

Color Harmonies of #B708FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B708FF

Black with #B708FF

Text Example


Text Example

White with #B708FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B708FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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