Html Css Color HEX #B0279D Medium Red Violet

📋 copy color: '#B0279D'

red 176 ◦ green 39 ◦ blue 157

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

Shades of Medium Red Violet #B0279D

Tints of Medium Red Violet #B0279D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.2%

R = 47.31%
G = 10.48%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0279D (or 0xB0279D) is known color: Medium Red Violet. HEX triplet: B0, 27 and 9D. RGB value is (176,39,157). Sum of RGB (Red+Green+Blue) = 176+39+157=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0279D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0279D is #4FD862. Grayscale: #5D5D5D. Windows color (decimal): -5232739 or 10299312. OLE color: 10299312.

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

Color convert

RGB 176 39 157 -
CMYK 0 0.78 0.11 0.31
HSL 308.32º 0.64% 0.42% -
HSV(B) 308.32º 0.78% 0.69% -
XYZ 24.72 13.12 33.13 -
YUV 93.42 163.89 186.91 -
System Red Green Blue C M Y K H S L
Decimal 176 39 157 0 0.78 0.11 0.31 308.32 0.64 0.42
Hex B0 27 9D 0 4E B 1F 134 40 2A
Octal 260 47 235 0 116 13 37 464 100 52
Binary 10110000 100111 10011101 0 1001110 1011 11111 100110100 1000000 101010

Color Harmonies of #B0279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0279D

Black with #B0279D

Text Example


Text Example

White with #B0279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0279D; }

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

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

background-color css

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

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

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

border-color css

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

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

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