Html Css Color HEX #BB379C Medium Red Violet

📋 copy color: '#BB379C'

red 187 ◦ green 55 ◦ blue 156

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

Shades of Medium Red Violet #BB379C

Tints of Medium Red Violet #BB379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.2%

R = 46.98%
G = 13.82%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB379C (or 0xBB379C) is known color: Medium Red Violet. HEX triplet: BB, 37 and 9C. RGB value is (187,55,156). Sum of RGB (Red+Green+Blue) = 187+55+156=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB379C is #44C863. Grayscale: #696969. Windows color (decimal): -4507748 or 10237883. OLE color: 10237883.

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

Color convert

RGB 187 55 156 -
CMYK 0 0.71 0.17 0.27
HSL 314.09º 0.55% 0.47% -
HSV(B) 314.09º 0.71% 0.73% -
XYZ 27.86 15.7 33.01 -
YUV 105.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 187 55 156 0 0.71 0.17 0.27 314.09 0.55 0.47
Hex BB 37 9C 0 47 11 1B 13A 37 2F
Octal 273 67 234 0 107 21 33 472 67 57
Binary 10111011 110111 10011100 0 1000111 10001 11011 100111010 110111 101111

Color Harmonies of #BB379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB379C

Black with #BB379C

Text Example


Text Example

White with #BB379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB379C; }

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

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

background-color css

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

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

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

border-color css

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

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

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