Html Css Color HEX #BB338F Medium Red Violet

📋 copy color: '#BB338F'

red 187 ◦ green 51 ◦ blue 143

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

Shades of Medium Red Violet #BB338F

Tints of Medium Red Violet #BB338F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.53%

R = 49.08%
G = 13.39%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB338F (or 0xBB338F) is known color: Medium Red Violet. HEX triplet: BB, 33 and 8F. RGB value is (187,51,143). Sum of RGB (Red+Green+Blue) = 187+51+143=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB338F is #44CC70. Grayscale: #656565. Windows color (decimal): -4508785 or 9384891. OLE color: 9384891.

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

Color convert

RGB 187 51 143 -
CMYK 0 0.73 0.24 0.27
HSL 319.41º 0.57% 0.47% -
HSV(B) 319.41º 0.73% 0.73% -
XYZ 26.64 14.92 27.46 -
YUV 102.15 151.06 188.52 -
System Red Green Blue C M Y K H S L
Decimal 187 51 143 0 0.73 0.24 0.27 319.41 0.57 0.47
Hex BB 33 8F 0 49 18 1B 13F 39 2F
Octal 273 63 217 0 111 30 33 477 71 57
Binary 10111011 110011 10001111 0 1001001 11000 11011 100111111 111001 101111

Color Harmonies of #BB338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB338F

Black with #BB338F

Text Example


Text Example

White with #BB338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB338F; }

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

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

background-color css

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

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

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

border-color css

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

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

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