Html Css Color HEX #BB3778 Medium Red Violet

📋 copy color: '#BB3778'

red 187 ◦ green 55 ◦ blue 120

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

Shades of Medium Red Violet #BB3778

Tints of Medium Red Violet #BB3778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.15%

R = 51.66%
G = 15.19%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB3778 (or 0xBB3778) is known color: Medium Red Violet. HEX triplet: BB, 37 and 78. RGB value is (187,55,120). Sum of RGB (Red+Green+Blue) = 187+55+120=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3778 is #44C887. Grayscale: #656565. Windows color (decimal): -4507784 or 7878587. OLE color: 7878587.

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

Color convert

RGB 187 55 120 -
CMYK 0 0.71 0.36 0.27
HSL 330.45º 0.55% 0.47% -
HSV(B) 330.45º 0.71% 0.73% -
XYZ 25.25 14.65 19.27 -
YUV 101.88 138.23 188.71 -
System Red Green Blue C M Y K H S L
Decimal 187 55 120 0 0.71 0.36 0.27 330.45 0.55 0.47
Hex BB 37 78 0 47 24 1B 14A 37 2F
Octal 273 67 170 0 107 44 33 512 67 57
Binary 10111011 110111 1111000 0 1000111 100100 11011 101001010 110111 101111

Color Harmonies of #BB3778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3778

Black with #BB3778

Text Example


Text Example

White with #BB3778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3778; }

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

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

background-color css

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

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

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

border-color css

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

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

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