#BC236C

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

Shades of Medium Red Violet #BC236C

Tints of Medium Red Violet #BC236C

Color information

#BC236C (or 0xBC236C) is unknown color: approx Medium Red Violet. HEX triplet: BC, 23 and 6C. RGB value is (188,35,108). Sum of RGB (Red+Green+Blue) = 188+35+108=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC236C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC236C is #43DC93. Grayscale: #585858. Windows color (decimal): -4447380 or 7087036. OLE color: 7087036.

HSL color Cylindrical-coordinate representation of color #BC236C: hue angle of 331.37º 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 #BC236C is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB18835108-
CMYK00.810.430.26
HSL331.37º68.61%43.73%-
HSV(B)331.37º81.38%73.73%-
XYZ24.0512.9815.42-
YUV89.07138.69198.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.80%
GREEN value IS 35 (14.06% from 255) = 10.57%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=56.80%
G=10.57%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883510800.810.430.26331.3768.6143.73
HexBC236C0512B1A14b452c
Octal274431540121533251310554
Binary10111100100011110110001010001101011110101010010111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC236C; }

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

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

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

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

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

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

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

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