Html Css Color HEX #B079F6 Medium Purple

📋 copy color: '#B079F6'

red 176 ◦ green 121 ◦ blue 246

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

Shades of Medium Purple #B079F6

Tints of Medium Purple #B079F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.3%

R = 32.41%
G = 22.28%
B = 45.3%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B079F6 (or 0xB079F6) is known color: Medium Purple. HEX triplet: B0, 79 and F6. RGB value is (176,121,246). Sum of RGB (Red+Green+Blue) = 176+121+246=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #B079F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B079F6 is #4F8609. Grayscale: #979797. Windows color (decimal): -5211658 or 16153008. OLE color: 16153008.

HSL color Cylindrical-coordinate representation of color #B079F6: hue angle of 266.4º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B079F6 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 121 246 -
CMYK 0.28 0.51 0 0.04
HSL 266.4º 0.87% 0.72% -
HSV(B) 266.4º 0.51% 0.96% -
XYZ 41.38 29.56 90.71 -
YUV 151.7 181.22 145.34 -
System Red Green Blue C M Y K H S L
Decimal 176 121 246 0.28 0.51 0 0.04 266.4 0.87 0.72
Hex B0 79 F6 1C 33 0 4 10A 57 48
Octal 260 171 366 34 63 0 4 412 127 110
Binary 10110000 1111001 11110110 11100 110011 0 100 100001010 1010111 1001000

Color Harmonies of #B079F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B079F6

Black with #B079F6

Text Example


Text Example

White with #B079F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B079F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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