Html Css Color HEX #BB339F Medium Red Violet

📋 copy color: '#BB339F'

red 187 ◦ green 51 ◦ blue 159

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

Shades of Medium Red Violet #BB339F

Tints of Medium Red Violet #BB339F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.05%

R = 47.1%
G = 12.85%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB339F (or 0xBB339F) is known color: Medium Red Violet. HEX triplet: BB, 33 and 9F. RGB value is (187,51,159). Sum of RGB (Red+Green+Blue) = 187+51+159=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB339F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB339F is #44CC60. Grayscale: #676767. Windows color (decimal): -4508769 or 10433467. OLE color: 10433467.

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

Color convert

RGB 187 51 159 -
CMYK 0 0.73 0.15 0.27
HSL 312.35º 0.57% 0.47% -
HSV(B) 312.35º 0.73% 0.73% -
XYZ 27.94 15.44 34.31 -
YUV 103.98 159.06 187.22 -
System Red Green Blue C M Y K H S L
Decimal 187 51 159 0 0.73 0.15 0.27 312.35 0.57 0.47
Hex BB 33 9F 0 49 F 1B 138 39 2F
Octal 273 63 237 0 111 17 33 470 71 57
Binary 10111011 110011 10011111 0 1001001 1111 11011 100111000 111001 101111

Color Harmonies of #BB339F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB339F

Black with #BB339F

Text Example


Text Example

White with #BB339F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB339F; }

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

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

background-color css

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

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

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

border-color css

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

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

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