Html Css Color HEX #BB338C Medium Red Violet

📋 copy color: '#BB338C'

red 187 ◦ green 51 ◦ blue 140

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

Shades of Medium Red Violet #BB338C

Tints of Medium Red Violet #BB338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 49.47%
G = 13.49%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB338C (or 0xBB338C) is known color: Medium Red Violet. HEX triplet: BB, 33 and 8C. RGB value is (187,51,140). Sum of RGB (Red+Green+Blue) = 187+51+140=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB338C is #44CC73. Grayscale: #656565. Windows color (decimal): -4508788 or 9188283. OLE color: 9188283.

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

Color convert

RGB 187 51 140 -
CMYK 0 0.73 0.25 0.27
HSL 320.74º 0.57% 0.47% -
HSV(B) 320.74º 0.73% 0.73% -
XYZ 26.41 14.83 26.28 -
YUV 101.81 149.56 188.76 -
System Red Green Blue C M Y K H S L
Decimal 187 51 140 0 0.73 0.25 0.27 320.74 0.57 0.47
Hex BB 33 8C 0 49 19 1B 141 39 2F
Octal 273 63 214 0 111 31 33 501 71 57
Binary 10111011 110011 10001100 0 1001001 11001 11011 101000001 111001 101111

Color Harmonies of #BB338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB338C

Black with #BB338C

Text Example


Text Example

White with #BB338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB338C; }

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

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

background-color css

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

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

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

border-color css

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

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

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