Html Css Color HEX #BB2075 Medium Violet Red

📋 copy color: '#BB2075'

red 187 ◦ green 32 ◦ blue 117

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

Shades of Medium Violet Red #BB2075

Tints of Medium Violet Red #BB2075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.52%

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

R = 55.65%
G = 9.52%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB2075 (or 0xBB2075) is known color: Medium Violet Red. HEX triplet: BB, 20 and 75. RGB value is (187,32,117). Sum of RGB (Red+Green+Blue) = 187+32+117=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2075 is #44DF8A. Grayscale: #575757. Windows color (decimal): -4513675 or 7676091. OLE color: 7676091.

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

Color convert

RGB 187 32 117 -
CMYK 0 0.83 0.37 0.27
HSL 327.1º 0.71% 0.43% -
HSV(B) 327.1º 0.83% 0.73% -
XYZ 24.22 12.88 18.04 -
YUV 88.04 144.35 198.59 -
System Red Green Blue C M Y K H S L
Decimal 187 32 117 0 0.83 0.37 0.27 327.1 0.71 0.43
Hex BB 20 75 0 53 25 1B 147 47 2B
Octal 273 40 165 0 123 45 33 507 107 53
Binary 10111011 100000 1110101 0 1010011 100101 11011 101000111 1000111 101011

Color Harmonies of #BB2075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2075

Black with #BB2075

Text Example


Text Example

White with #BB2075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2075; }

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

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

background-color css

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

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

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

border-color css

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

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

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