Html Css Color HEX #B079EC Medium Purple

📋 copy color: '#B079EC'

red 176 ◦ green 121 ◦ blue 236

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

Shades of Medium Purple #B079EC

Tints of Medium Purple #B079EC

RGB

 RED value IS 176 (69.14% from 255) = 33.02%

 GREEN value IS 121 (47.66% from 255) = 22.7%

 BLUE value IS 236 (92.58% from 255) = 44.28%

R = 33.02%
G = 22.7%
B = 44.28%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B079EC (or 0xB079EC) is known color: Medium Purple. HEX triplet: B0, 79 and EC. RGB value is (176,121,236). Sum of RGB (Red+Green+Blue) = 176+121+236=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #B079EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B079EC is #4F8613. Grayscale: #969696. Windows color (decimal): -5211668 or 15497648. OLE color: 15497648.

HSL color Cylindrical-coordinate representation of color #B079EC: hue angle of 268.7º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B079EC is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 121 236 -
CMYK 0.25 0.49 0 0.07
HSL 268.7º 0.75% 0.7% -
HSV(B) 268.7º 0.49% 0.93% -
XYZ 39.88 28.96 82.84 -
YUV 150.56 176.22 146.15 -
System Red Green Blue C M Y K H S L
Decimal 176 121 236 0.25 0.49 0 0.07 268.7 0.75 0.7
Hex B0 79 EC 19 31 0 7 10D 4B 46
Octal 260 171 354 31 61 0 7 415 113 106
Binary 10110000 1111001 11101100 11001 110001 0 111 100001101 1001011 1000110

Color Harmonies of #B079EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B079EC

Black with #B079EC

Text Example


Text Example

White with #B079EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B079EC; }

 p { color: rgb(176,121,236); }

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

background-color css

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

 a { background-color: rgb(176,121,236); }

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

border-color css

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

 span { border-color: rgb(176,121,236); }

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