#B0338B

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

Shades of Medium Red Violet #B0338B

Tints of Medium Red Violet #B0338B

Color information

#B0338B (or 0xB0338B) is unknown color: approx Medium Red Violet. HEX triplet: B0, 33 and 8B. RGB value is (176,51,139). Sum of RGB (Red+Green+Blue) = 176+51+139=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B0338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0338B is #4FCC74. Grayscale: #626262. Windows color (decimal): -5229685 or 9122736. OLE color: 9122736.

HSL color Cylindrical-coordinate representation of color #B0338B: hue angle of 317.76º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0338B is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17651139-
CMYK00.710.210.31
HSL317.76º55.07%44.51%-
HSV(B)317.76º71.02%69.02%-
XYZ23.7513.4625.77-
YUV98.41150.91183.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.09%
GREEN value IS 51 (20.31% from 255) = 13.93%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=48.09%
G=13.93%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765113900.710.210.31317.7655.0744.51
HexB0338B047151F13e372d
Octal26063213010725374766755
Binary1011000011001110001011010001111010111111100111110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0338B; }

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

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

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

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

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

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

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

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