#B2038C

Color #B2038C Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B2038C

Tints of Medium Violet Red #B2038C

Color information

#B2038C (or 0xB2038C) is unknown color: approx Medium Violet Red. HEX triplet: B2, 03 and 8C. RGB value is (178,3,140). Sum of RGB (Red+Green+Blue) = 178+3+140=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2038C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2038C is #4DFC73. Grayscale: #464646. Windows color (decimal): -5110900 or 9175986. OLE color: 9175986.

HSL color Cylindrical-coordinate representation of color #B2038C: hue angle of 313.03º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2038C is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB1783140-
CMYK00.980.210.30
HSL313.03º96.69%35.49%-
HSV(B)313.03º98.31%69.8%-
XYZ23.1311.4225.8-
YUV70.94166.98204.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.45%
GREEN value IS 3 (1.56% from 255) = 0.93%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=55.45%
G=0.93%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178314000.980.210.30313.0396.6935.49
HexB238C062151E1396123
Octal26232140142253647114143
Binary1011001011100011000110001010101111101001110011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2038C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2038C; }

 p { color: rgb(178,3,140); }

 H1.HeaderClassName
 {
   color: #B2038C;
 }
 .AnyTagClassName
 {
   color: #B2038C;
 }
</style>
background-color css

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

 a { background-color: rgb(178,3,140); }

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

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

 span { border-color: rgb(178,3,140); }

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