#BC238C

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

Shades of Medium Red Violet #BC238C

Tints of Medium Red Violet #BC238C

Color information

#BC238C (or 0xBC238C) is unknown color: approx Medium Red Violet. HEX triplet: BC, 23 and 8C. RGB value is (188,35,140). Sum of RGB (Red+Green+Blue) = 188+35+140=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC238C is #43DC73. Grayscale: #5C5C5C. Windows color (decimal): -4447348 or 9184188. OLE color: 9184188.

HSL color Cylindrical-coordinate representation of color #BC238C: hue angle of 318.82º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC238C is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB18835140-
CMYK00.810.260.26
HSL318.82º68.61%43.73%-
HSV(B)318.82º81.38%73.73%-
XYZ26.0713.7926.1-
YUV92.72154.69195.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.79%
GREEN value IS 35 (14.06% from 255) = 9.64%
BLUE value IS 140 (55.08% from 255) = 38.57%
R=51.79%
G=9.64%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883514000.810.260.26318.8268.6143.73
HexBC238C0511A1A13f452c
Octal274432140121323247710554
Binary10111100100011100011000101000111010110101001111111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC238C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC238C; }

 p { color: rgb(188,35,140); }

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

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

 a { background-color: rgb(188,35,140); }

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

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

 span { border-color: rgb(188,35,140); }

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