Html Css Color HEX #BB348A Medium Red Violet

📋 copy color: '#BB348A'

red 187 ◦ green 52 ◦ blue 138

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

Shades of Medium Red Violet #BB348A

Tints of Medium Red Violet #BB348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 49.6%
G = 13.79%
B = 36.6%

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

#BB348A (or 0xBB348A) is known color: Medium Red Violet. HEX triplet: BB, 34 and 8A. RGB value is (187,52,138). Sum of RGB (Red+Green+Blue) = 187+52+138=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB348A is #44CB75. Grayscale: #656565. Windows color (decimal): -4508534 or 9057467. OLE color: 9057467.

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

Color convert

RGB 187 52 138 -
CMYK 0 0.72 0.26 0.27
HSL 321.78º 0.56% 0.47% -
HSV(B) 321.78º 0.72% 0.73% -
XYZ 26.31 14.86 25.53 -
YUV 102.17 148.23 188.51 -
System Red Green Blue C M Y K H S L
Decimal 187 52 138 0 0.72 0.26 0.27 321.78 0.56 0.47
Hex BB 34 8A 0 48 1A 1B 142 38 2F
Octal 273 64 212 0 110 32 33 502 70 57
Binary 10111011 110100 10001010 0 1001000 11010 11011 101000010 111000 101111

Color Harmonies of #BB348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB348A

Black with #BB348A

Text Example


Text Example

White with #BB348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB348A; }

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

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

background-color css

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

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

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

border-color css

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

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

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