Html Css Color HEX #B708EF Electric Purple

📋 copy color: '#B708EF'

red 183 ◦ green 8 ◦ blue 239

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

Shades of Electric Purple #B708EF

Tints of Electric Purple #B708EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.58%

R = 42.56%
G = 1.86%
B = 55.58%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B708EF (or 0xB708EF) is known color: Electric Purple. HEX triplet: B7, 08 and EF. RGB value is (183,8,239). Sum of RGB (Red+Green+Blue) = 183+8+239=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 8 (3.52% from 255 or 1.86% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #B708EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B708EF is #48F710. Grayscale: #555555. Windows color (decimal): -4781841 or 15665335. OLE color: 15665335.

HSL color Cylindrical-coordinate representation of color #B708EF: hue angle of 285.45º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B708EF is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 8 239 -
CMYK 0.23 0.97 0 0.06
HSL 285.45º 0.94% 0.48% -
HSV(B) 285.45º 0.97% 0.94% -
XYZ 35.2 16.47 82.99 -
YUV 86.66 213.98 196.72 -
System Red Green Blue C M Y K H S L
Decimal 183 8 239 0.23 0.97 0 0.06 285.45 0.94 0.48
Hex B7 8 EF 17 61 0 6 11D 5E 30
Octal 267 10 357 27 141 0 6 435 136 60
Binary 10110111 1000 11101111 10111 1100001 0 110 100011101 1011110 110000

Color Harmonies of #B708EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B708EF

Black with #B708EF

Text Example


Text Example

White with #B708EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B708EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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