Html Css Color HEX #BB348B Medium Red Violet

📋 copy color: '#BB348B'

red 187 ◦ green 52 ◦ blue 139

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

Shades of Medium Red Violet #BB348B

Tints of Medium Red Violet #BB348B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 49.47%
G = 13.76%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB348B (or 0xBB348B) is known color: Medium Red Violet. HEX triplet: BB, 34 and 8B. RGB value is (187,52,139). Sum of RGB (Red+Green+Blue) = 187+52+139=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB348B is #44CB74. Grayscale: #666666. Windows color (decimal): -4508533 or 9123003. OLE color: 9123003.

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

Color convert

RGB 187 52 139 -
CMYK 0 0.72 0.26 0.27
HSL 321.33º 0.56% 0.47% -
HSV(B) 321.33º 0.72% 0.73% -
XYZ 26.38 14.88 25.91 -
YUV 102.28 148.73 188.43 -
System Red Green Blue C M Y K H S L
Decimal 187 52 139 0 0.72 0.26 0.27 321.33 0.56 0.47
Hex BB 34 8B 0 48 1A 1B 141 38 2F
Octal 273 64 213 0 110 32 33 501 70 57
Binary 10111011 110100 10001011 0 1001000 11010 11011 101000001 111000 101111

Color Harmonies of #BB348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB348B

Black with #BB348B

Text Example


Text Example

White with #BB348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB348B; }

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

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

background-color css

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

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

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

border-color css

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

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

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