Html Css Color HEX #B708F0 Electric Purple

📋 copy color: '#B708F0'

red 183 ◦ green 8 ◦ blue 240

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

Shades of Electric Purple #B708F0

Tints of Electric Purple #B708F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.68%

R = 42.46%
G = 1.86%
B = 55.68%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B708F0 (or 0xB708F0) is known color: Electric Purple. HEX triplet: B7, 08 and F0. RGB value is (183,8,240). Sum of RGB (Red+Green+Blue) = 183+8+240=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 8 (3.52% from 255 or 1.86% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #B708F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B708F0 is #48F70F. Grayscale: #565656. Windows color (decimal): -4781840 or 15730871. OLE color: 15730871.

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

Color convert

RGB 183 8 240 -
CMYK 0.24 0.97 0 0.06
HSL 285.26º 0.94% 0.49% -
HSV(B) 285.26º 0.97% 0.94% -
XYZ 35.34 16.53 83.77 -
YUV 86.77 214.48 196.64 -
System Red Green Blue C M Y K H S L
Decimal 183 8 240 0.24 0.97 0 0.06 285.26 0.94 0.49
Hex B7 8 F0 18 61 0 6 11D 5E 31
Octal 267 10 360 30 141 0 6 435 136 61
Binary 10110111 1000 11110000 11000 1100001 0 110 100011101 1011110 110001

Color Harmonies of #B708F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B708F0

Black with #B708F0

Text Example


Text Example

White with #B708F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B708F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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