Html Css Color HEX #B277FB Medium Purple

📋 copy color: '#B277FB'

red 178 ◦ green 119 ◦ blue 251

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

Shades of Medium Purple #B277FB

Tints of Medium Purple #B277FB

RGB

 RED value IS 178 (69.92% from 255) = 32.48%

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

 BLUE value IS 251 (98.44% from 255) = 45.8%

R = 32.48%
G = 21.72%
B = 45.8%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B277FB (or 0xB277FB) is known color: Medium Purple. HEX triplet: B2, 77 and FB. RGB value is (178,119,251). Sum of RGB (Red+Green+Blue) = 178+119+251=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #B277FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B277FB is #4D8804. Grayscale: #979797. Windows color (decimal): -5081093 or 16480178. OLE color: 16480178.

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

Color convert

RGB 178 119 251 -
CMYK 0.29 0.53 0 0.02
HSL 266.82º 0.94% 0.73% -
HSV(B) 266.82º 0.53% 0.98% -
XYZ 42.37 29.62 94.75 -
YUV 151.69 184.05 146.77 -
System Red Green Blue C M Y K H S L
Decimal 178 119 251 0.29 0.53 0 0.02 266.82 0.94 0.73
Hex B2 77 FB 1D 35 0 2 10B 5E 49
Octal 262 167 373 35 65 0 2 413 136 111
Binary 10110010 1110111 11111011 11101 110101 0 10 100001011 1011110 1001001

Color Harmonies of #B277FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B277FB

Black with #B277FB

Text Example


Text Example

White with #B277FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B277FB; }

 p { color: rgb(178,119,251); }

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

background-color css

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

 a { background-color: rgb(178,119,251); }

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

border-color css

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

 span { border-color: rgb(178,119,251); }

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