Html Css Color HEX #BB2875 Medium Red Violet

📋 copy color: '#BB2875'

red 187 ◦ green 40 ◦ blue 117

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

Shades of Medium Red Violet #BB2875

Tints of Medium Red Violet #BB2875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.63%

 BLUE value IS 117 (46.09% from 255) = 34.01%

R = 54.36%
G = 11.63%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB2875 (or 0xBB2875) is known color: Medium Red Violet. HEX triplet: BB, 28 and 75. RGB value is (187,40,117). Sum of RGB (Red+Green+Blue) = 187+40+117=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2875 is #44D78A. Grayscale: #5C5C5C. Windows color (decimal): -4511627 or 7678139. OLE color: 7678139.

HSL color Cylindrical-coordinate representation of color #BB2875: hue angle of 328.57º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2875 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 40 117 -
CMYK 0 0.79 0.37 0.27
HSL 328.57º 0.65% 0.45% -
HSV(B) 328.57º 0.79% 0.73% -
XYZ 24.46 13.37 18.12 -
YUV 92.73 141.7 195.24 -
System Red Green Blue C M Y K H S L
Decimal 187 40 117 0 0.79 0.37 0.27 328.57 0.65 0.45
Hex BB 28 75 0 4F 25 1B 149 41 2D
Octal 273 50 165 0 117 45 33 511 101 55
Binary 10111011 101000 1110101 0 1001111 100101 11011 101001001 1000001 101101

Color Harmonies of #BB2875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2875

Black with #BB2875

Text Example


Text Example

White with #BB2875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2875; }

 p { color: rgb(187,40,117); }

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

background-color css

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

 a { background-color: rgb(187,40,117); }

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

border-color css

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

 span { border-color: rgb(187,40,117); }

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