Html Css Color HEX #B708E5 Electric Purple

📋 copy color: '#B708E5'

red 183 ◦ green 8 ◦ blue 229

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

Shades of Electric Purple #B708E5

Tints of Electric Purple #B708E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 54.52%

R = 43.57%
G = 1.9%
B = 54.52%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B708E5 (or 0xB708E5) is known color: Electric Purple. HEX triplet: B7, 08 and E5. RGB value is (183,8,229). Sum of RGB (Red+Green+Blue) = 183+8+229=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 229 (89.84% from 255 or 54.52% from 420); Max value from RGB is 229 - color contains mainly: blue. Hex color #B708E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B708E5 is #48F71A. Grayscale: #545454. Windows color (decimal): -4781851 or 15009975. OLE color: 15009975.

HSL color Cylindrical-coordinate representation of color #B708E5: hue angle of 287.51º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B708E5 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 183 8 229 -
CMYK 0.20 0.97 0 0.10
HSL 287.51º 0.93% 0.46% -
HSV(B) 287.51º 0.97% 0.9% -
XYZ 33.76 15.9 75.42 -
YUV 85.52 208.98 197.53 -
System Red Green Blue C M Y K H S L
Decimal 183 8 229 0.20 0.97 0 0.10 287.51 0.93 0.46
Hex B7 8 E5 14 61 0 A 120 5D 2E
Octal 267 10 345 24 141 0 12 440 135 56
Binary 10110111 1000 11100101 10100 1100001 0 1010 100100000 1011101 101110

Color Harmonies of #B708E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B708E5

Black with #B708E5

Text Example


Text Example

White with #B708E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B708E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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