#B8338A

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

Shades of Medium Red Violet #B8338A

Tints of Medium Red Violet #B8338A

Color information

#B8338A (or 0xB8338A) is unknown color: approx Medium Red Violet. HEX triplet: B8, 33 and 8A. RGB value is (184,51,138). Sum of RGB (Red+Green+Blue) = 184+51+138=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B8338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8338A is #47CC75. Grayscale: #646464. Windows color (decimal): -4705398 or 9057208. OLE color: 9057208.

HSL color Cylindrical-coordinate representation of color #B8338A: hue angle of 320.75º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8338A is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB18451138-
CMYK00.720.250.28
HSL320.75º56.6%46.08%-
HSV(B)320.75º72.28%72.16%-
XYZ25.5414.3925.48-
YUV100.68149.06187.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.33%
GREEN value IS 51 (20.31% from 255) = 13.67%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=49.33%
G=13.67%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845113800.720.250.28320.7556.646.08
HexB8338A048191C141392e
Octal27063212011031345017156
Binary1011100011001110001010010010001100111100101000001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8338A; }

 p { color: rgb(184,51,138); }

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

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

 a { background-color: rgb(184,51,138); }

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

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

 span { border-color: rgb(184,51,138); }

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