Html Css Color HEX #BB3274 Medium Red Violet

📋 copy color: '#BB3274'

red 187 ◦ green 50 ◦ blue 116

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

Shades of Medium Red Violet #BB3274

Tints of Medium Red Violet #BB3274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.86%

R = 52.97%
G = 14.16%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB3274 (or 0xBB3274) is known color: Medium Red Violet. HEX triplet: BB, 32 and 74. RGB value is (187,50,116). Sum of RGB (Red+Green+Blue) = 187+50+116=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3274 is #44CD8B. Grayscale: #626262. Windows color (decimal): -4509068 or 7615163. OLE color: 7615163.

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

Color convert

RGB 187 50 116 -
CMYK 0 0.73 0.38 0.27
HSL 331.09º 0.58% 0.46% -
HSV(B) 331.09º 0.73% 0.73% -
XYZ 24.79 14.11 17.94 -
YUV 98.49 137.89 191.13 -
System Red Green Blue C M Y K H S L
Decimal 187 50 116 0 0.73 0.38 0.27 331.09 0.58 0.46
Hex BB 32 74 0 49 26 1B 14B 3A 2E
Octal 273 62 164 0 111 46 33 513 72 56
Binary 10111011 110010 1110100 0 1001001 100110 11011 101001011 111010 101110

Color Harmonies of #BB3274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3274

Black with #BB3274

Text Example


Text Example

White with #BB3274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3274; }

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

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

background-color css

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

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

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

border-color css

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

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

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