Html Css Color HEX #B079FF Medium Purple

📋 copy color: '#B079FF'

red 176 ◦ green 121 ◦ blue 255

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

Shades of Medium Purple #B079FF

Tints of Medium Purple #B079FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.2%

R = 31.88%
G = 21.92%
B = 46.2%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B079FF (or 0xB079FF) is known color: Medium Purple. HEX triplet: B0, 79 and FF. RGB value is (176,121,255). Sum of RGB (Red+Green+Blue) = 176+121+255=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #B079FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B079FF is #4F8600. Grayscale: #989898. Windows color (decimal): -5211649 or 16742832. OLE color: 16742832.

HSL color Cylindrical-coordinate representation of color #B079FF: hue angle of 264.63º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B079FF is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 121 255 -
CMYK 0.31 0.53 0 0
HSL 264.63º 1% 0.74% -
HSV(B) 264.63º 0.53% 1% -
XYZ 42.79 30.12 98.17 -
YUV 152.72 185.72 144.6 -
System Red Green Blue C M Y K H S L
Decimal 176 121 255 0.31 0.53 0 0 264.63 1 0.74
Hex B0 79 FF 1F 35 0 0 109 64 4A
Octal 260 171 377 37 65 0 0 411 144 112
Binary 10110000 1111001 11111111 11111 110101 0 0 100001001 1100100 1001010

Color Harmonies of #B079FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B079FF

Black with #B079FF

Text Example


Text Example

White with #B079FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B079FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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