Html Css Color HEX #BB349B Medium Red Violet

📋 copy color: '#BB349B'

red 187 ◦ green 52 ◦ blue 155

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

Shades of Medium Red Violet #BB349B

Tints of Medium Red Violet #BB349B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.2%

 BLUE value IS 155 (60.94% from 255) = 39.34%

R = 47.46%
G = 13.2%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB349B (or 0xBB349B) is known color: Medium Red Violet. HEX triplet: BB, 34 and 9B. RGB value is (187,52,155). Sum of RGB (Red+Green+Blue) = 187+52+155=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB349B is #44CB64. Grayscale: #676767. Windows color (decimal): -4508517 or 10171579. OLE color: 10171579.

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

Color convert

RGB 187 52 155 -
CMYK 0 0.72 0.17 0.27
HSL 314.22º 0.56% 0.47% -
HSV(B) 314.22º 0.72% 0.73% -
XYZ 27.64 15.39 32.52 -
YUV 104.11 156.73 187.12 -
System Red Green Blue C M Y K H S L
Decimal 187 52 155 0 0.72 0.17 0.27 314.22 0.56 0.47
Hex BB 34 9B 0 48 11 1B 13A 38 2F
Octal 273 64 233 0 110 21 33 472 70 57
Binary 10111011 110100 10011011 0 1001000 10001 11011 100111010 111000 101111

Color Harmonies of #BB349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB349B

Black with #BB349B

Text Example


Text Example

White with #BB349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB349B; }

 p { color: rgb(187,52,155); }

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

background-color css

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

 a { background-color: rgb(187,52,155); }

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

border-color css

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

 span { border-color: rgb(187,52,155); }

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