Html Css Color HEX #B077FF Medium Purple

📋 copy color: '#B077FF'

red 176 ◦ green 119 ◦ blue 255

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

Shades of Medium Purple #B077FF

Tints of Medium Purple #B077FF

RGB

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

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

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

R = 32%
G = 21.64%
B = 46.36%

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

#B077FF (or 0xB077FF) is known color: Medium Purple. HEX triplet: B0, 77 and FF. RGB value is (176,119,255). Sum of RGB (Red+Green+Blue) = 176+119+255=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #B077FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B077FF is #4F8800. Grayscale: #979797. Windows color (decimal): -5212161 or 16742320. OLE color: 16742320.

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

Color convert

RGB 176 119 255 -
CMYK 0.31 0.53 0 0
HSL 265.15º 1% 0.73% -
HSV(B) 265.15º 0.53% 1% -
XYZ 42.55 29.64 98.09 -
YUV 151.55 186.38 145.44 -
System Red Green Blue C M Y K H S L
Decimal 176 119 255 0.31 0.53 0 0 265.15 1 0.73
Hex B0 77 FF 1F 35 0 0 109 64 49
Octal 260 167 377 37 65 0 0 411 144 111
Binary 10110000 1110111 11111111 11111 110101 0 0 100001001 1100100 1001001

Color Harmonies of #B077FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B077FF

Black with #B077FF

Text Example


Text Example

White with #B077FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B077FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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