Html Css Color HEX #B079F7 Medium Purple

📋 copy color: '#B079F7'

red 176 ◦ green 121 ◦ blue 247

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

Shades of Medium Purple #B079F7

Tints of Medium Purple #B079F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.4%

R = 32.35%
G = 22.24%
B = 45.4%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B079F7 (or 0xB079F7) is known color: Medium Purple. HEX triplet: B0, 79 and F7. RGB value is (176,121,247). Sum of RGB (Red+Green+Blue) = 176+121+247=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #B079F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B079F7 is #4F8608. Grayscale: #979797. Windows color (decimal): -5211657 or 16218544. OLE color: 16218544.

HSL color Cylindrical-coordinate representation of color #B079F7: hue angle of 266.19º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B079F7 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 121 247 -
CMYK 0.29 0.51 0 0.03
HSL 266.19º 0.89% 0.72% -
HSV(B) 266.19º 0.51% 0.97% -
XYZ 41.53 29.62 91.52 -
YUV 151.81 181.72 145.25 -
System Red Green Blue C M Y K H S L
Decimal 176 121 247 0.29 0.51 0 0.03 266.19 0.89 0.72
Hex B0 79 F7 1D 33 0 3 10A 59 48
Octal 260 171 367 35 63 0 3 412 131 110
Binary 10110000 1111001 11110111 11101 110011 0 11 100001010 1011001 1001000

Color Harmonies of #B079F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B079F7

Black with #B079F7

Text Example


Text Example

White with #B079F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B079F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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