Html Css Color HEX #BB2670 Medium Red Violet

📋 copy color: '#BB2670'

red 187 ◦ green 38 ◦ blue 112

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

Shades of Medium Red Violet #BB2670

Tints of Medium Red Violet #BB2670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.28%

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 55.49%
G = 11.28%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB2670 (or 0xBB2670) is known color: Medium Red Violet. HEX triplet: BB, 26 and 70. RGB value is (187,38,112). Sum of RGB (Red+Green+Blue) = 187+38+112=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2670 is #44D98F. Grayscale: #5A5A5A. Windows color (decimal): -4512144 or 7349947. OLE color: 7349947.

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

Color convert

RGB 187 38 112 -
CMYK 0 0.80 0.40 0.27
HSL 330.2º 0.66% 0.44% -
HSV(B) 330.2º 0.8% 0.73% -
XYZ 24.11 13.12 16.59 -
YUV 90.99 139.86 196.48 -
System Red Green Blue C M Y K H S L
Decimal 187 38 112 0 0.80 0.40 0.27 330.2 0.66 0.44
Hex BB 26 70 0 50 28 1B 14A 42 2C
Octal 273 46 160 0 120 50 33 512 102 54
Binary 10111011 100110 1110000 0 1010000 101000 11011 101001010 1000010 101100

Color Harmonies of #BB2670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2670

Black with #BB2670

Text Example


Text Example

White with #BB2670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2670; }

 p { color: rgb(187,38,112); }

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

background-color css

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

 a { background-color: rgb(187,38,112); }

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

border-color css

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

 span { border-color: rgb(187,38,112); }

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