Html Css Color HEX #BB338B Medium Red Violet

📋 copy color: '#BB338B'

red 187 ◦ green 51 ◦ blue 139

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

Shades of Medium Red Violet #BB338B

Tints of Medium Red Violet #BB338B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.87%

R = 49.6%
G = 13.53%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB338B (or 0xBB338B) is known color: Medium Red Violet. HEX triplet: BB, 33 and 8B. RGB value is (187,51,139). Sum of RGB (Red+Green+Blue) = 187+51+139=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB338B is #44CC74. Grayscale: #656565. Windows color (decimal): -4508789 or 9122747. OLE color: 9122747.

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

Color convert

RGB 187 51 139 -
CMYK 0 0.73 0.26 0.27
HSL 321.18º 0.57% 0.47% -
HSV(B) 321.18º 0.73% 0.73% -
XYZ 26.34 14.8 25.89 -
YUV 101.7 149.06 188.84 -
System Red Green Blue C M Y K H S L
Decimal 187 51 139 0 0.73 0.26 0.27 321.18 0.57 0.47
Hex BB 33 8B 0 49 1A 1B 141 39 2F
Octal 273 63 213 0 111 32 33 501 71 57
Binary 10111011 110011 10001011 0 1001001 11010 11011 101000001 111001 101111

Color Harmonies of #BB338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB338B

Black with #BB338B

Text Example


Text Example

White with #BB338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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