Html Css Color HEX #BB3676 Medium Red Violet

📋 copy color: '#BB3676'

red 187 ◦ green 54 ◦ blue 118

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

Shades of Medium Red Violet #BB3676

Tints of Medium Red Violet #BB3676

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.04%

 BLUE value IS 118 (46.48% from 255) = 32.87%

R = 52.09%
G = 15.04%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB3676 (or 0xBB3676) is known color: Medium Red Violet. HEX triplet: BB, 36 and 76. RGB value is (187,54,118). Sum of RGB (Red+Green+Blue) = 187+54+118=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3676 is #44C989. Grayscale: #646464. Windows color (decimal): -4508042 or 7747259. OLE color: 7747259.

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

Color convert

RGB 187 54 118 -
CMYK 0 0.71 0.37 0.27
HSL 331.13º 0.55% 0.47% -
HSV(B) 331.13º 0.71% 0.73% -
XYZ 25.08 14.51 18.62 -
YUV 101.06 137.56 189.3 -
System Red Green Blue C M Y K H S L
Decimal 187 54 118 0 0.71 0.37 0.27 331.13 0.55 0.47
Hex BB 36 76 0 47 25 1B 14B 37 2F
Octal 273 66 166 0 107 45 33 513 67 57
Binary 10111011 110110 1110110 0 1000111 100101 11011 101001011 110111 101111

Color Harmonies of #BB3676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3676

Black with #BB3676

Text Example


Text Example

White with #BB3676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3676; }

 p { color: rgb(187,54,118); }

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

background-color css

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

 a { background-color: rgb(187,54,118); }

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

border-color css

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

 span { border-color: rgb(187,54,118); }

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