#BB238A

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

Shades of Medium Red Violet #BB238A

Tints of Medium Red Violet #BB238A

Color information

#BB238A (or 0xBB238A) is unknown color: approx Medium Red Violet. HEX triplet: BB, 23 and 8A. RGB value is (187,35,138). Sum of RGB (Red+Green+Blue) = 187+35+138=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB238A is #44DC75. Grayscale: #5B5B5B. Windows color (decimal): -4512886 or 9053115. OLE color: 9053115.

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

Color convert

RGB18735138-
CMYK00.810.260.27
HSL319.34º68.47%43.53%-
HSV(B)319.34º81.28%73.33%-
XYZ25.6813.625.32-
YUV92.19153.86195.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.94%
GREEN value IS 35 (14.06% from 255) = 9.72%
BLUE value IS 138 (54.30% from 255) = 38.33%
R=51.94%
G=9.72%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873513800.810.260.27319.3468.4743.53
HexBB238A0511A1B13f442c
Octal273432120121323347710454
Binary10111011100011100010100101000111010110111001111111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB238A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB238A; }

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

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

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

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

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

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

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

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