Html Css Color HEX #B03275 Medium Red Violet

📋 copy color: '#B03275'

red 176 ◦ green 50 ◦ blue 117

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

Shades of Medium Red Violet #B03275

Tints of Medium Red Violet #B03275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.58%

 BLUE value IS 117 (46.09% from 255) = 34.11%

R = 51.31%
G = 14.58%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B03275 (or 0xB03275) is known color: Medium Red Violet. HEX triplet: B0, 32 and 75. RGB value is (176,50,117). Sum of RGB (Red+Green+Blue) = 176+50+117=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B03275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03275 is #4FCD8A. Grayscale: #5F5F5F. Windows color (decimal): -5229963 or 7680688. OLE color: 7680688.

HSL color Cylindrical-coordinate representation of color #B03275: hue angle of 328.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03275 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 50 117 -
CMYK 0 0.72 0.34 0.31
HSL 328.1º 0.56% 0.44% -
HSV(B) 328.1º 0.72% 0.69% -
XYZ 22.26 12.8 18.13 -
YUV 95.31 140.24 185.55 -
System Red Green Blue C M Y K H S L
Decimal 176 50 117 0 0.72 0.34 0.31 328.1 0.56 0.44
Hex B0 32 75 0 48 22 1F 148 38 2C
Octal 260 62 165 0 110 42 37 510 70 54
Binary 10110000 110010 1110101 0 1001000 100010 11111 101001000 111000 101100

Color Harmonies of #B03275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03275

Black with #B03275

Text Example


Text Example

White with #B03275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03275; }

 p { color: rgb(176,50,117); }

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

background-color css

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

 a { background-color: rgb(176,50,117); }

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

border-color css

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

 span { border-color: rgb(176,50,117); }

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