Html Css Color HEX #B079FE Medium Purple

📋 copy color: '#B079FE'

red 176 ◦ green 121 ◦ blue 254

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

Shades of Medium Purple #B079FE

Tints of Medium Purple #B079FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.1%

R = 31.94%
G = 21.96%
B = 46.1%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B079FE (or 0xB079FE) is known color: Medium Purple. HEX triplet: B0, 79 and FE. RGB value is (176,121,254). Sum of RGB (Red+Green+Blue) = 176+121+254=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #B079FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B079FE is #4F8601. Grayscale: #989898. Windows color (decimal): -5211650 or 16677296. OLE color: 16677296.

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

Color convert

RGB 176 121 254 -
CMYK 0.31 0.52 0 0.00
HSL 264.81º 0.99% 0.74% -
HSV(B) 264.81º 0.52% 1% -
XYZ 42.63 30.06 97.32 -
YUV 152.61 185.22 144.69 -
System Red Green Blue C M Y K H S L
Decimal 176 121 254 0.31 0.52 0 0.00 264.81 0.99 0.74
Hex B0 79 FE 1F 34 0 0 109 63 4A
Octal 260 171 376 37 64 0 0 411 143 112
Binary 10110000 1111001 11111110 11111 110100 0 0 100001001 1100011 1001010

Color Harmonies of #B079FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B079FE

Black with #B079FE

Text Example


Text Example

White with #B079FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B079FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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