Html Css Color HEX #B0277F Medium Red Violet

📋 copy color: '#B0277F'

red 176 ◦ green 39 ◦ blue 127

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

Shades of Medium Red Violet #B0277F

Tints of Medium Red Violet #B0277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.4%

 BLUE value IS 127 (50% from 255) = 37.13%

R = 51.46%
G = 11.4%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0277F (or 0xB0277F) is known color: Medium Red Violet. HEX triplet: B0, 27 and 7F. RGB value is (176,39,127). Sum of RGB (Red+Green+Blue) = 176+39+127=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B0277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0277F is #4FD880. Grayscale: #595959. Windows color (decimal): -5232769 or 8333232. OLE color: 8333232.

HSL color Cylindrical-coordinate representation of color #B0277F: hue angle of 321.46º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0277F is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 39 127 -
CMYK 0 0.78 0.28 0.31
HSL 321.46º 0.64% 0.42% -
HSV(B) 321.46º 0.78% 0.69% -
XYZ 22.46 12.21 21.25 -
YUV 90 148.89 189.34 -
System Red Green Blue C M Y K H S L
Decimal 176 39 127 0 0.78 0.28 0.31 321.46 0.64 0.42
Hex B0 27 7F 0 4E 1C 1F 141 40 2A
Octal 260 47 177 0 116 34 37 501 100 52
Binary 10110000 100111 1111111 0 1001110 11100 11111 101000001 1000000 101010

Color Harmonies of #B0277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0277F

Black with #B0277F

Text Example


Text Example

White with #B0277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0277F; }

 p { color: rgb(176,39,127); }

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

background-color css

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

 a { background-color: rgb(176,39,127); }

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

border-color css

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

 span { border-color: rgb(176,39,127); }

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