Html Css Color HEX #BB328F Medium Red Violet

📋 copy color: '#BB328F'

red 187 ◦ green 50 ◦ blue 143

#BB328F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #BB328F

Tints of Medium Red Violet #BB328F

RGB

 RED value IS 187 (73.44% from 255) = 49.21%

 GREEN value IS 50 (19.92% from 255) = 13.16%

 BLUE value IS 143 (56.25% from 255) = 37.63%

R = 49.21%
G = 13.16%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB328F (or 0xBB328F) is known color: Medium Red Violet. HEX triplet: BB, 32 and 8F. RGB value is (187,50,143). Sum of RGB (Red+Green+Blue) = 187+50+143=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB328F is #44CD70. Grayscale: #656565. Windows color (decimal): -4509041 or 9384635. OLE color: 9384635.

HSL color Cylindrical-coordinate representation of color #BB328F: hue angle of 319.27º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB328F is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 50 143 -
CMYK 0 0.73 0.24 0.27
HSL 319.27º 0.58% 0.46% -
HSV(B) 319.27º 0.73% 0.73% -
XYZ 26.59 14.83 27.45 -
YUV 101.57 151.39 188.94 -
System Red Green Blue C M Y K H S L
Decimal 187 50 143 0 0.73 0.24 0.27 319.27 0.58 0.46
Hex BB 32 8F 0 49 18 1B 13F 3A 2E
Octal 273 62 217 0 111 30 33 477 72 56
Binary 10111011 110010 10001111 0 1001001 11000 11011 100111111 111010 101110

Color Harmonies of #BB328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB328F

Black with #BB328F

Text Example


Text Example

White with #BB328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB328F; }

 p { color: rgb(187,50,143); }

 H1.HeaderClassName
 {
   color: #BB328F;
 }
 .AnyTagClassName
 {
   color: #BB328F;
 }
</style>

background-color css

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

 a { background-color: rgb(187,50,143); }

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

border-color css

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

 span { border-color: rgb(187,50,143); }

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