Html Css Color HEX #BB337C Medium Red Violet

📋 copy color: '#BB337C'

red 187 ◦ green 51 ◦ blue 124

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

Shades of Medium Red Violet #BB337C

Tints of Medium Red Violet #BB337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.09%

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 51.66%
G = 14.09%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB337C (or 0xBB337C) is known color: Medium Red Violet. HEX triplet: BB, 33 and 7C. RGB value is (187,51,124). Sum of RGB (Red+Green+Blue) = 187+51+124=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB337C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB337C is #44CC83. Grayscale: #636363. Windows color (decimal): -4508804 or 8139707. OLE color: 8139707.

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

Color convert

RGB 187 51 124 -
CMYK 0 0.73 0.34 0.27
HSL 327.79º 0.57% 0.47% -
HSV(B) 327.79º 0.73% 0.73% -
XYZ 25.32 14.39 20.51 -
YUV 99.99 141.56 190.06 -
System Red Green Blue C M Y K H S L
Decimal 187 51 124 0 0.73 0.34 0.27 327.79 0.57 0.47
Hex BB 33 7C 0 49 22 1B 148 39 2F
Octal 273 63 174 0 111 42 33 510 71 57
Binary 10111011 110011 1111100 0 1001001 100010 11011 101001000 111001 101111

Color Harmonies of #BB337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB337C

Black with #BB337C

Text Example


Text Example

White with #BB337C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB337C; }

 p { color: rgb(187,51,124); }

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

background-color css

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

 a { background-color: rgb(187,51,124); }

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

border-color css

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

 span { border-color: rgb(187,51,124); }

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