Html Css Color HEX #B0278D Medium Red Violet

📋 copy color: '#B0278D'

red 176 ◦ green 39 ◦ blue 141

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

Shades of Medium Red Violet #B0278D

Tints of Medium Red Violet #B0278D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.61%

R = 49.44%
G = 10.96%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0278D (or 0xB0278D) is known color: Medium Red Violet. HEX triplet: B0, 27 and 8D. RGB value is (176,39,141). Sum of RGB (Red+Green+Blue) = 176+39+141=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0278D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0278D is #4FD872. Grayscale: #5B5B5B. Windows color (decimal): -5232755 or 9250736. OLE color: 9250736.

HSL color Cylindrical-coordinate representation of color #B0278D: hue angle of 315.33º 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 #B0278D is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 39 141 -
CMYK 0 0.78 0.20 0.31
HSL 315.33º 0.64% 0.42% -
HSV(B) 315.33º 0.78% 0.69% -
XYZ 23.44 12.6 26.4 -
YUV 91.59 155.89 188.21 -
System Red Green Blue C M Y K H S L
Decimal 176 39 141 0 0.78 0.20 0.31 315.33 0.64 0.42
Hex B0 27 8D 0 4E 14 1F 13B 40 2A
Octal 260 47 215 0 116 24 37 473 100 52
Binary 10110000 100111 10001101 0 1001110 10100 11111 100111011 1000000 101010

Color Harmonies of #B0278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0278D

Black with #B0278D

Text Example


Text Example

White with #B0278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0278D; }

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

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

background-color css

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

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

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

border-color css

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

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

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