#BB367B

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

Shades of Medium Red Violet #BB367B

Tints of Medium Red Violet #BB367B

Color information

#BB367B (or 0xBB367B) is unknown color: approx Medium Red Violet. HEX triplet: BB, 36 and 7B. RGB value is (187,54,123). Sum of RGB (Red+Green+Blue) = 187+54+123=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB367B is #44C984. Grayscale: #656565. Windows color (decimal): -4508037 or 8074939. OLE color: 8074939.

HSL color Cylindrical-coordinate representation of color #BB367B: hue angle of 328.87º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB367B is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB18754123-
CMYK00.710.340.27
HSL328.87º55.19%47.25%-
HSV(B)328.87º71.12%73.33%-
XYZ25.3914.6320.23-
YUV101.63140.06188.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.37%
GREEN value IS 54 (21.48% from 255) = 14.84%
BLUE value IS 123 (48.44% from 255) = 33.79%
R=51.37%
G=14.84%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875412300.710.340.27328.8755.1947.25
HexBB367B047221B149372f
Octal27366173010742335116757
Binary1011101111011011110110100011110001011011101001001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB367B; }

 p { color: rgb(187,54,123); }

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

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

 a { background-color: rgb(187,54,123); }

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

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

 span { border-color: rgb(187,54,123); }

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