Html Css Color HEX #B0256D Medium Red Violet

📋 copy color: '#B0256D'

red 176 ◦ green 37 ◦ blue 109

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

Shades of Medium Red Violet #B0256D

Tints of Medium Red Violet #B0256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.49%

 BLUE value IS 109 (42.97% from 255) = 33.85%

R = 54.66%
G = 11.49%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0256D (or 0xB0256D) is known color: Medium Red Violet. HEX triplet: B0, 25 and 6D. RGB value is (176,37,109). Sum of RGB (Red+Green+Blue) = 176+37+109=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0256D is #4FDA92. Grayscale: #565656. Windows color (decimal): -5233299 or 7153072. OLE color: 7153072.

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

Color convert

RGB 176 37 109 -
CMYK 0 0.79 0.38 0.31
HSL 328.92º 0.65% 0.42% -
HSV(B) 328.92º 0.79% 0.69% -
XYZ 21.33 11.66 15.59 -
YUV 86.77 140.55 191.65 -
System Red Green Blue C M Y K H S L
Decimal 176 37 109 0 0.79 0.38 0.31 328.92 0.65 0.42
Hex B0 25 6D 0 4F 26 1F 149 41 2A
Octal 260 45 155 0 117 46 37 511 101 52
Binary 10110000 100101 1101101 0 1001111 100110 11111 101001001 1000001 101010

Color Harmonies of #B0256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0256D

Black with #B0256D

Text Example


Text Example

White with #B0256D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0256D; }

 p { color: rgb(176,37,109); }

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

background-color css

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

 a { background-color: rgb(176,37,109); }

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

border-color css

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

 span { border-color: rgb(176,37,109); }

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