Html Css Color HEX #BB3474 Medium Red Violet

📋 copy color: '#BB3474'

red 187 ◦ green 52 ◦ blue 116

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

Shades of Medium Red Violet #BB3474

Tints of Medium Red Violet #BB3474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.65%

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

R = 52.68%
G = 14.65%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB3474 (or 0xBB3474) is known color: Medium Red Violet. HEX triplet: BB, 34 and 74. RGB value is (187,52,116). Sum of RGB (Red+Green+Blue) = 187+52+116=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3474 is #44CB8B. Grayscale: #636363. Windows color (decimal): -4508556 or 7615675. OLE color: 7615675.

HSL color Cylindrical-coordinate representation of color #BB3474: hue angle of 331.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3474 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 52 116 -
CMYK 0 0.72 0.38 0.27
HSL 331.56º 0.56% 0.47% -
HSV(B) 331.56º 0.72% 0.73% -
XYZ 24.87 14.28 17.97 -
YUV 99.66 137.23 190.3 -
System Red Green Blue C M Y K H S L
Decimal 187 52 116 0 0.72 0.38 0.27 331.56 0.56 0.47
Hex BB 34 74 0 48 26 1B 14C 38 2F
Octal 273 64 164 0 110 46 33 514 70 57
Binary 10111011 110100 1110100 0 1001000 100110 11011 101001100 111000 101111

Color Harmonies of #BB3474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3474

Black with #BB3474

Text Example


Text Example

White with #BB3474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3474; }

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

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

background-color css

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

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

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

border-color css

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

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

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