Html Css Color HEX #BB3774 Medium Red Violet

📋 copy color: '#BB3774'

red 187 ◦ green 55 ◦ blue 116

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

Shades of Medium Red Violet #BB3774

Tints of Medium Red Violet #BB3774

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.36%

 BLUE value IS 116 (45.7% from 255) = 32.4%

R = 52.23%
G = 15.36%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB3774 (or 0xBB3774) is known color: Medium Red Violet. HEX triplet: BB, 37 and 74. RGB value is (187,55,116). Sum of RGB (Red+Green+Blue) = 187+55+116=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3774 is #44C88B. Grayscale: #656565. Windows color (decimal): -4507788 or 7616443. OLE color: 7616443.

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

Color convert

RGB 187 55 116 -
CMYK 0 0.71 0.38 0.27
HSL 332.27º 0.55% 0.47% -
HSV(B) 332.27º 0.71% 0.73% -
XYZ 25.01 14.56 18.01 -
YUV 101.42 136.23 189.04 -
System Red Green Blue C M Y K H S L
Decimal 187 55 116 0 0.71 0.38 0.27 332.27 0.55 0.47
Hex BB 37 74 0 47 26 1B 14C 37 2F
Octal 273 67 164 0 107 46 33 514 67 57
Binary 10111011 110111 1110100 0 1000111 100110 11011 101001100 110111 101111

Color Harmonies of #BB3774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3774

Black with #BB3774

Text Example


Text Example

White with #BB3774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3774; }

 p { color: rgb(187,55,116); }

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

background-color css

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

 a { background-color: rgb(187,55,116); }

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

border-color css

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

 span { border-color: rgb(187,55,116); }

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