Html Css Color HEX #BB3377 Medium Red Violet

📋 copy color: '#BB3377'

red 187 ◦ green 51 ◦ blue 119

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

Shades of Medium Red Violet #BB3377

Tints of Medium Red Violet #BB3377

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.29%

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

R = 52.38%
G = 14.29%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB3377 (or 0xBB3377) is known color: Medium Red Violet. HEX triplet: BB, 33 and 77. RGB value is (187,51,119). Sum of RGB (Red+Green+Blue) = 187+51+119=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3377 is #44CC88. Grayscale: #636363. Windows color (decimal): -4508809 or 7812027. OLE color: 7812027.

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

Color convert

RGB 187 51 119 -
CMYK 0 0.73 0.36 0.27
HSL 330º 0.57% 0.47% -
HSV(B) 330º 0.73% 0.73% -
XYZ 25.01 14.26 18.89 -
YUV 99.42 139.06 190.47 -
System Red Green Blue C M Y K H S L
Decimal 187 51 119 0 0.73 0.36 0.27 330 0.57 0.47
Hex BB 33 77 0 49 24 1B 14A 39 2F
Octal 273 63 167 0 111 44 33 512 71 57
Binary 10111011 110011 1110111 0 1001001 100100 11011 101001010 111001 101111

Color Harmonies of #BB3377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3377

Black with #BB3377

Text Example


Text Example

White with #BB3377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3377; }

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

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

background-color css

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

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

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

border-color css

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

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

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