Html Css Color HEX #B0278B Medium Red Violet

📋 copy color: '#B0278B'

red 176 ◦ green 39 ◦ blue 139

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

Shades of Medium Red Violet #B0278B

Tints of Medium Red Violet #B0278B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.27%

R = 49.72%
G = 11.02%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0278B (or 0xB0278B) is known color: Medium Red Violet. HEX triplet: B0, 27 and 8B. RGB value is (176,39,139). Sum of RGB (Red+Green+Blue) = 176+39+139=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0278B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0278B is #4FD874. Grayscale: #5B5B5B. Windows color (decimal): -5232757 or 9119664. OLE color: 9119664.

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

Color convert

RGB 176 39 139 -
CMYK 0 0.78 0.21 0.31
HSL 316.2º 0.64% 0.42% -
HSV(B) 316.2º 0.78% 0.69% -
XYZ 23.29 12.55 25.62 -
YUV 91.36 154.89 188.37 -
System Red Green Blue C M Y K H S L
Decimal 176 39 139 0 0.78 0.21 0.31 316.2 0.64 0.42
Hex B0 27 8B 0 4E 15 1F 13C 40 2A
Octal 260 47 213 0 116 25 37 474 100 52
Binary 10110000 100111 10001011 0 1001110 10101 11111 100111100 1000000 101010

Color Harmonies of #B0278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0278B

Black with #B0278B

Text Example


Text Example

White with #B0278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0278B; }

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

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

background-color css

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

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

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

border-color css

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

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

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