Html Css Color HEX #BB2476 Medium Red Violet

📋 copy color: '#BB2476'

red 187 ◦ green 36 ◦ blue 118

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

Shades of Medium Red Violet #BB2476

Tints of Medium Red Violet #BB2476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.56%

 BLUE value IS 118 (46.48% from 255) = 34.6%

R = 54.84%
G = 10.56%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB2476 (or 0xBB2476) is known color: Medium Red Violet. HEX triplet: BB, 24 and 76. RGB value is (187,36,118). Sum of RGB (Red+Green+Blue) = 187+36+118=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2476 is #44DB89. Grayscale: #5A5A5A. Windows color (decimal): -4512650 or 7742651. OLE color: 7742651.

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

Color convert

RGB 187 36 118 -
CMYK 0 0.81 0.37 0.27
HSL 327.42º 0.68% 0.44% -
HSV(B) 327.42º 0.81% 0.73% -
XYZ 24.39 13.13 18.39 -
YUV 90.5 143.53 196.83 -
System Red Green Blue C M Y K H S L
Decimal 187 36 118 0 0.81 0.37 0.27 327.42 0.68 0.44
Hex BB 24 76 0 51 25 1B 147 44 2C
Octal 273 44 166 0 121 45 33 507 104 54
Binary 10111011 100100 1110110 0 1010001 100101 11011 101000111 1000100 101100

Color Harmonies of #BB2476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2476

Black with #BB2476

Text Example


Text Example

White with #BB2476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2476; }

 p { color: rgb(187,36,118); }

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

background-color css

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

 a { background-color: rgb(187,36,118); }

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

border-color css

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

 span { border-color: rgb(187,36,118); }

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