Html Css Color HEX #BB3888 Medium Red Violet

📋 copy color: '#BB3888'

red 187 ◦ green 56 ◦ blue 136

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

Shades of Medium Red Violet #BB3888

Tints of Medium Red Violet #BB3888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.88%

R = 49.34%
G = 14.78%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB3888 (or 0xBB3888) is known color: Medium Red Violet. HEX triplet: BB, 38 and 88. RGB value is (187,56,136). Sum of RGB (Red+Green+Blue) = 187+56+136=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3888 is #44C777. Grayscale: #686868. Windows color (decimal): -4507512 or 8927419. OLE color: 8927419.

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

Color convert

RGB 187 56 136 -
CMYK 0 0.70 0.27 0.27
HSL 323.36º 0.54% 0.48% -
HSV(B) 323.36º 0.7% 0.73% -
XYZ 26.35 15.17 24.83 -
YUV 104.29 145.9 187 -
System Red Green Blue C M Y K H S L
Decimal 187 56 136 0 0.70 0.27 0.27 323.36 0.54 0.48
Hex BB 38 88 0 46 1B 1B 143 36 30
Octal 273 70 210 0 106 33 33 503 66 60
Binary 10111011 111000 10001000 0 1000110 11011 11011 101000011 110110 110000

Color Harmonies of #BB3888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3888

Black with #BB3888

Text Example


Text Example

White with #BB3888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3888; }

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

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

background-color css

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

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

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

border-color css

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

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

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