#BB367A

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

Shades of Medium Red Violet #BB367A

Tints of Medium Red Violet #BB367A

Color information

#BB367A (or 0xBB367A) is unknown color: approx Medium Red Violet. HEX triplet: BB, 36 and 7A. RGB value is (187,54,122). Sum of RGB (Red+Green+Blue) = 187+54+122=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB367A is #44C985. Grayscale: #656565. Windows color (decimal): -4508038 or 8009403. OLE color: 8009403.

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

Color convert

RGB18754122-
CMYK00.710.350.27
HSL329.32º55.19%47.25%-
HSV(B)329.32º71.12%73.33%-
XYZ25.3314.6119.9-
YUV101.52139.56188.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.52%
GREEN value IS 54 (21.48% from 255) = 14.88%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=51.52%
G=14.88%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875412200.710.350.27329.3255.1947.25
HexBB367A047231B149372f
Octal27366172010743335116757
Binary1011101111011011110100100011110001111011101001001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB367A; }

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

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

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

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

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

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

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

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