Html Css Color HEX #B079F1 Medium Purple

📋 copy color: '#B079F1'

red 176 ◦ green 121 ◦ blue 241

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

Shades of Medium Purple #B079F1

Tints of Medium Purple #B079F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.8%

R = 32.71%
G = 22.49%
B = 44.8%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B079F1 (or 0xB079F1) is known color: Medium Purple. HEX triplet: B0, 79 and F1. RGB value is (176,121,241). Sum of RGB (Red+Green+Blue) = 176+121+241=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #B079F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B079F1 is #4F860E. Grayscale: #969696. Windows color (decimal): -5211663 or 15825328. OLE color: 15825328.

HSL color Cylindrical-coordinate representation of color #B079F1: hue angle of 267.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B079F1 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 121 241 -
CMYK 0.27 0.50 0 0.05
HSL 267.5º 0.81% 0.71% -
HSV(B) 267.5º 0.5% 0.95% -
XYZ 40.62 29.26 86.73 -
YUV 151.13 178.72 145.74 -
System Red Green Blue C M Y K H S L
Decimal 176 121 241 0.27 0.50 0 0.05 267.5 0.81 0.71
Hex B0 79 F1 1B 32 0 5 10C 51 47
Octal 260 171 361 33 62 0 5 414 121 107
Binary 10110000 1111001 11110001 11011 110010 0 101 100001100 1010001 1000111

Color Harmonies of #B079F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B079F1

Black with #B079F1

Text Example


Text Example

White with #B079F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B079F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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