Html Css Color HEX #BB2675 Medium Red Violet

📋 copy color: '#BB2675'

red 187 ◦ green 38 ◦ blue 117

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

Shades of Medium Red Violet #BB2675

Tints of Medium Red Violet #BB2675

RGB

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

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

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

R = 54.68%
G = 11.11%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB2675 (or 0xBB2675) is known color: Medium Red Violet. HEX triplet: BB, 26 and 75. RGB value is (187,38,117). Sum of RGB (Red+Green+Blue) = 187+38+117=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2675 is #44D98A. Grayscale: #5B5B5B. Windows color (decimal): -4512139 or 7677627. OLE color: 7677627.

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

Color convert

RGB 187 38 117 -
CMYK 0 0.80 0.37 0.27
HSL 328.19º 0.66% 0.44% -
HSV(B) 328.19º 0.8% 0.73% -
XYZ 24.4 13.24 18.1 -
YUV 91.56 142.36 196.08 -
System Red Green Blue C M Y K H S L
Decimal 187 38 117 0 0.80 0.37 0.27 328.19 0.66 0.44
Hex BB 26 75 0 50 25 1B 148 42 2C
Octal 273 46 165 0 120 45 33 510 102 54
Binary 10111011 100110 1110101 0 1010000 100101 11011 101001000 1000010 101100

Color Harmonies of #BB2675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2675

Black with #BB2675

Text Example


Text Example

White with #BB2675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2675; }

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

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

background-color css

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

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

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

border-color css

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

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

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