Html Css Color HEX #BB3272 Medium Red Violet

📋 copy color: '#BB3272'

red 187 ◦ green 50 ◦ blue 114

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

Shades of Medium Red Violet #BB3272

Tints of Medium Red Violet #BB3272

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.25%

 BLUE value IS 114 (44.92% from 255) = 32.48%

R = 53.28%
G = 14.25%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB3272 (or 0xBB3272) is known color: Medium Red Violet. HEX triplet: BB, 32 and 72. RGB value is (187,50,114). Sum of RGB (Red+Green+Blue) = 187+50+114=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3272 is #44CD8D. Grayscale: #626262. Windows color (decimal): -4509070 or 7484091. OLE color: 7484091.

HSL color Cylindrical-coordinate representation of color #BB3272: hue angle of 331.97º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3272 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 50 114 -
CMYK 0 0.73 0.39 0.27
HSL 331.97º 0.58% 0.46% -
HSV(B) 331.97º 0.73% 0.73% -
XYZ 24.67 14.06 17.33 -
YUV 98.26 136.89 191.3 -
System Red Green Blue C M Y K H S L
Decimal 187 50 114 0 0.73 0.39 0.27 331.97 0.58 0.46
Hex BB 32 72 0 49 27 1B 14C 3A 2E
Octal 273 62 162 0 111 47 33 514 72 56
Binary 10111011 110010 1110010 0 1001001 100111 11011 101001100 111010 101110

Color Harmonies of #BB3272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3272

Black with #BB3272

Text Example


Text Example

White with #BB3272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3272; }

 p { color: rgb(187,50,114); }

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

background-color css

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

 a { background-color: rgb(187,50,114); }

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

border-color css

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

 span { border-color: rgb(187,50,114); }

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