Html Css Color HEX #BB387B Medium Red Violet

📋 copy color: '#BB387B'

red 187 ◦ green 56 ◦ blue 123

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

Shades of Medium Red Violet #BB387B

Tints of Medium Red Violet #BB387B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.3%

 BLUE value IS 123 (48.44% from 255) = 33.61%

R = 51.09%
G = 15.3%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB387B (or 0xBB387B) is known color: Medium Red Violet. HEX triplet: BB, 38 and 7B. RGB value is (187,56,123). Sum of RGB (Red+Green+Blue) = 187+56+123=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB387B is #44C784. Grayscale: #666666. Windows color (decimal): -4507525 or 8075451. OLE color: 8075451.

HSL color Cylindrical-coordinate representation of color #BB387B: hue angle of 329.31º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB387B is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 56 123 -
CMYK 0 0.70 0.34 0.27
HSL 329.31º 0.54% 0.48% -
HSV(B) 329.31º 0.7% 0.73% -
XYZ 25.48 14.82 20.26 -
YUV 102.81 139.4 188.05 -
System Red Green Blue C M Y K H S L
Decimal 187 56 123 0 0.70 0.34 0.27 329.31 0.54 0.48
Hex BB 38 7B 0 46 22 1B 149 36 30
Octal 273 70 173 0 106 42 33 511 66 60
Binary 10111011 111000 1111011 0 1000110 100010 11011 101001001 110110 110000

Color Harmonies of #BB387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB387B

Black with #BB387B

Text Example


Text Example

White with #BB387B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB387B; }

 p { color: rgb(187,56,123); }

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

background-color css

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

 a { background-color: rgb(187,56,123); }

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

border-color css

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

 span { border-color: rgb(187,56,123); }

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