Html Css Color HEX #B077FC Medium Purple

📋 copy color: '#B077FC'

red 176 ◦ green 119 ◦ blue 252

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

Shades of Medium Purple #B077FC

Tints of Medium Purple #B077FC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.76%

 BLUE value IS 252 (98.83% from 255) = 46.07%

R = 32.18%
G = 21.76%
B = 46.07%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B077FC (or 0xB077FC) is known color: Medium Purple. HEX triplet: B0, 77 and FC. RGB value is (176,119,252). Sum of RGB (Red+Green+Blue) = 176+119+252=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #B077FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B077FC is #4F8803. Grayscale: #969696. Windows color (decimal): -5212164 or 16545712. OLE color: 16545712.

HSL color Cylindrical-coordinate representation of color #B077FC: hue angle of 265.71º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B077FC is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 119 252 -
CMYK 0.30 0.53 0 0.01
HSL 265.71º 0.96% 0.73% -
HSV(B) 265.71º 0.53% 0.99% -
XYZ 42.07 29.45 95.56 -
YUV 151.21 184.88 145.69 -
System Red Green Blue C M Y K H S L
Decimal 176 119 252 0.30 0.53 0 0.01 265.71 0.96 0.73
Hex B0 77 FC 1E 35 0 1 10A 60 49
Octal 260 167 374 36 65 0 1 412 140 111
Binary 10110000 1110111 11111100 11110 110101 0 1 100001010 1100000 1001001

Color Harmonies of #B077FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B077FC

Black with #B077FC

Text Example


Text Example

White with #B077FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B077FC; }

 p { color: rgb(176,119,252); }

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

background-color css

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

 a { background-color: rgb(176,119,252); }

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

border-color css

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

 span { border-color: rgb(176,119,252); }

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