Html Css Color HEX #B077FE Medium Purple

📋 copy color: '#B077FE'

red 176 ◦ green 119 ◦ blue 254

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

Shades of Medium Purple #B077FE

Tints of Medium Purple #B077FE

RGB

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

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

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

R = 32.06%
G = 21.68%
B = 46.27%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B077FE (or 0xB077FE) is known color: Medium Purple. HEX triplet: B0, 77 and FE. RGB value is (176,119,254). Sum of RGB (Red+Green+Blue) = 176+119+254=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #B077FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B077FE is #4F8801. Grayscale: #969696. Windows color (decimal): -5212162 or 16676784. OLE color: 16676784.

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

Color convert

RGB 176 119 254 -
CMYK 0.31 0.53 0 0.00
HSL 265.33º 0.99% 0.73% -
HSV(B) 265.33º 0.53% 1% -
XYZ 42.39 29.58 97.24 -
YUV 151.43 185.88 145.52 -
System Red Green Blue C M Y K H S L
Decimal 176 119 254 0.31 0.53 0 0.00 265.33 0.99 0.73
Hex B0 77 FE 1F 35 0 0 109 63 49
Octal 260 167 376 37 65 0 0 411 143 111
Binary 10110000 1110111 11111110 11111 110101 0 0 100001001 1100011 1001001

Color Harmonies of #B077FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B077FE

Black with #B077FE

Text Example


Text Example

White with #B077FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B077FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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