Html Css Color HEX #B706ED Electric Purple

📋 copy color: '#B706ED'

red 183 ◦ green 6 ◦ blue 237

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

Shades of Electric Purple #B706ED

Tints of Electric Purple #B706ED

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.41%

 BLUE value IS 237 (92.97% from 255) = 55.63%

R = 42.96%
G = 1.41%
B = 55.63%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B706ED (or 0xB706ED) is known color: Electric Purple. HEX triplet: B7, 06 and ED. RGB value is (183,6,237). Sum of RGB (Red+Green+Blue) = 183+6+237=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #B706ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B706ED is #48F912. Grayscale: #545454. Windows color (decimal): -4782355 or 15533751. OLE color: 15533751.

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

Color convert

RGB 183 6 237 -
CMYK 0.23 0.97 0 0.07
HSL 285.97º 0.95% 0.48% -
HSV(B) 285.97º 0.97% 0.93% -
XYZ 34.88 16.31 81.43 -
YUV 85.26 213.64 197.72 -
System Red Green Blue C M Y K H S L
Decimal 183 6 237 0.23 0.97 0 0.07 285.97 0.95 0.48
Hex B7 6 ED 17 61 0 7 11E 5F 30
Octal 267 6 355 27 141 0 7 436 137 60
Binary 10110111 110 11101101 10111 1100001 0 111 100011110 1011111 110000

Color Harmonies of #B706ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B706ED

Black with #B706ED

Text Example


Text Example

White with #B706ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B706ED; }

 p { color: rgb(183,6,237); }

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

background-color css

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

 a { background-color: rgb(183,6,237); }

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

border-color css

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

 span { border-color: rgb(183,6,237); }

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