Html Css Color HEX #BB3477 Medium Red Violet

📋 copy color: '#BB3477'

red 187 ◦ green 52 ◦ blue 119

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

Shades of Medium Red Violet #BB3477

Tints of Medium Red Violet #BB3477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.24%

R = 52.23%
G = 14.53%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB3477 (or 0xBB3477) is known color: Medium Red Violet. HEX triplet: BB, 34 and 77. RGB value is (187,52,119). Sum of RGB (Red+Green+Blue) = 187+52+119=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3477 is #44CB88. Grayscale: #636363. Windows color (decimal): -4508553 or 7812283. OLE color: 7812283.

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

Color convert

RGB 187 52 119 -
CMYK 0 0.72 0.36 0.27
HSL 330.22º 0.56% 0.47% -
HSV(B) 330.22º 0.72% 0.73% -
XYZ 25.05 14.35 18.9 -
YUV 100 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 187 52 119 0 0.72 0.36 0.27 330.22 0.56 0.47
Hex BB 34 77 0 48 24 1B 14A 38 2F
Octal 273 64 167 0 110 44 33 512 70 57
Binary 10111011 110100 1110111 0 1001000 100100 11011 101001010 111000 101111

Color Harmonies of #BB3477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3477

Black with #BB3477

Text Example


Text Example

White with #BB3477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3477; }

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

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

background-color css

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

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

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

border-color css

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

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

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