#B2409B

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

Shades of Medium Red Violet #B2409B

Tints of Medium Red Violet #B2409B

Color information

#B2409B (or 0xB2409B) is unknown color: approx Medium Red Violet. HEX triplet: B2, 40 and 9B. RGB value is (178,64,155). Sum of RGB (Red+Green+Blue) = 178+64+155=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B2409B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2409B is #4DBF64. Grayscale: #6C6C6C. Windows color (decimal): -5095269 or 10174642. OLE color: 10174642.

HSL color Cylindrical-coordinate representation of color #B2409B: hue angle of 312.11º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2409B is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB17864155-
CMYK00.640.130.30
HSL312.11º47.11%47.45%-
HSV(B)312.11º64.04%69.8%-
XYZ26.1115.532.63-
YUV108.46154.27177.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.84%
GREEN value IS 64 (25.39% from 255) = 16.12%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=44.84%
G=16.12%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786415500.640.130.30312.1147.1147.45
HexB2409B040D1E1382f2f
Octal262100233010015364705757
Binary1011001010000001001101101000000110111110100111000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2409B; }

 p { color: rgb(178,64,155); }

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

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

 a { background-color: rgb(178,64,155); }

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

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

 span { border-color: rgb(178,64,155); }

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