Html Css Color HEX #BB329D Medium Red Violet

📋 copy color: '#BB329D'

red 187 ◦ green 50 ◦ blue 157

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

Shades of Medium Red Violet #BB329D

Tints of Medium Red Violet #BB329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.85%

R = 47.46%
G = 12.69%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB329D (or 0xBB329D) is known color: Medium Red Violet. HEX triplet: BB, 32 and 9D. RGB value is (187,50,157). Sum of RGB (Red+Green+Blue) = 187+50+157=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB329D is #44CD62. Grayscale: #666666. Windows color (decimal): -4509027 or 10302139. OLE color: 10302139.

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

Color convert

RGB 187 50 157 -
CMYK 0 0.73 0.16 0.27
HSL 313.14º 0.58% 0.46% -
HSV(B) 313.14º 0.73% 0.73% -
XYZ 27.72 15.28 33.39 -
YUV 103.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 187 50 157 0 0.73 0.16 0.27 313.14 0.58 0.46
Hex BB 32 9D 0 49 10 1B 139 3A 2E
Octal 273 62 235 0 111 20 33 471 72 56
Binary 10111011 110010 10011101 0 1001001 10000 11011 100111001 111010 101110

Color Harmonies of #BB329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB329D

Black with #BB329D

Text Example


Text Example

White with #BB329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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