Html Css Color HEX #BB4087 Medium Red Violet

📋 copy color: '#BB4087'

red 187 ◦ green 64 ◦ blue 135

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

Shades of Medium Red Violet #BB4087

Tints of Medium Red Violet #BB4087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.58%

 BLUE value IS 135 (53.13% from 255) = 34.97%

R = 48.45%
G = 16.58%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB4087 (or 0xBB4087) is known color: Medium Red Violet. HEX triplet: BB, 40 and 87. RGB value is (187,64,135). Sum of RGB (Red+Green+Blue) = 187+64+135=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4087 is #44BF78. Grayscale: #6C6C6C. Windows color (decimal): -4505465 or 8863931. OLE color: 8863931.

HSL color Cylindrical-coordinate representation of color #BB4087: hue angle of 325.37º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4087 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 64 135 -
CMYK 0 0.66 0.28 0.27
HSL 325.37º 0.49% 0.49% -
HSV(B) 325.37º 0.66% 0.73% -
XYZ 26.7 15.98 24.6 -
YUV 108.87 142.75 183.73 -
System Red Green Blue C M Y K H S L
Decimal 187 64 135 0 0.66 0.28 0.27 325.37 0.49 0.49
Hex BB 40 87 0 42 1C 1B 145 31 31
Octal 273 100 207 0 102 34 33 505 61 61
Binary 10111011 1000000 10000111 0 1000010 11100 11011 101000101 110001 110001

Color Harmonies of #BB4087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4087

Black with #BB4087

Text Example


Text Example

White with #BB4087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4087; }

 p { color: rgb(187,64,135); }

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

background-color css

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

 a { background-color: rgb(187,64,135); }

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

border-color css

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

 span { border-color: rgb(187,64,135); }

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