#BB237E

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

Shades of Medium Red Violet #BB237E

Tints of Medium Red Violet #BB237E

Color information

#BB237E (or 0xBB237E) is unknown color: approx Medium Red Violet. HEX triplet: BB, 23 and 7E. RGB value is (187,35,126). Sum of RGB (Red+Green+Blue) = 187+35+126=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB237E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB237E is #44DC81. Grayscale: #5A5A5A. Windows color (decimal): -4512898 or 8266683. OLE color: 8266683.

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

Color convert

RGB18735126-
CMYK00.810.330.27
HSL324.08º68.47%43.53%-
HSV(B)324.08º81.28%73.33%-
XYZ24.8613.2720.99-
YUV90.82147.86196.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.74%
GREEN value IS 35 (14.06% from 255) = 10.06%
BLUE value IS 126 (49.61% from 255) = 36.21%
R=53.74%
G=10.06%
B=36.21%

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
Decimal1873512600.810.330.27324.0868.4743.53
HexBB237E051211B144442c
Octal273431760121413350410454
Binary10111011100011111111001010001100001110111010001001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB237E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB237E; }

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

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

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

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

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

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

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

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