Html Css Color HEX #BB378A Medium Red Violet

📋 copy color: '#BB378A'

red 187 ◦ green 55 ◦ blue 138

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

Shades of Medium Red Violet #BB378A

Tints of Medium Red Violet #BB378A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 49.21%
G = 14.47%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB378A (or 0xBB378A) is known color: Medium Red Violet. HEX triplet: BB, 37 and 8A. RGB value is (187,55,138). Sum of RGB (Red+Green+Blue) = 187+55+138=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB378A is #44C875. Grayscale: #676767. Windows color (decimal): -4507766 or 9058235. OLE color: 9058235.

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

Color convert

RGB 187 55 138 -
CMYK 0 0.71 0.26 0.27
HSL 322.27º 0.55% 0.47% -
HSV(B) 322.27º 0.71% 0.73% -
XYZ 26.45 15.13 25.57 -
YUV 103.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 187 55 138 0 0.71 0.26 0.27 322.27 0.55 0.47
Hex BB 37 8A 0 47 1A 1B 142 37 2F
Octal 273 67 212 0 107 32 33 502 67 57
Binary 10111011 110111 10001010 0 1000111 11010 11011 101000010 110111 101111

Color Harmonies of #BB378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB378A

Black with #BB378A

Text Example


Text Example

White with #BB378A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB378A; }

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

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

background-color css

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

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

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

border-color css

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

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

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