#BB237D

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

Shades of Medium Red Violet #BB237D

Tints of Medium Red Violet #BB237D

Color information

#BB237D (or 0xBB237D) is unknown color: approx Medium Red Violet. HEX triplet: BB, 23 and 7D. RGB value is (187,35,125). Sum of RGB (Red+Green+Blue) = 187+35+125=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB237D is #44DC82. Grayscale: #5A5A5A. Windows color (decimal): -4512899 or 8201147. OLE color: 8201147.

HSL color Cylindrical-coordinate representation of color #BB237D: hue angle of 324.47º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB237D is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB18735125-
CMYK00.810.330.27
HSL324.47º68.47%43.53%-
HSV(B)324.47º81.28%73.33%-
XYZ24.813.2520.65-
YUV90.71147.36196.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.89%
GREEN value IS 35 (14.06% from 255) = 10.09%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=53.89%
G=10.09%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873512500.810.330.27324.4768.4743.53
HexBB237D051211B144442c
Octal273431750121413350410454
Binary10111011100011111110101010001100001110111010001001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB237D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB237D; }

 p { color: rgb(187,35,125); }

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

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

 a { background-color: rgb(187,35,125); }

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

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

 span { border-color: rgb(187,35,125); }

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