Html Css Color HEX #BB326F Medium Red Violet

📋 copy color: '#BB326F'

red 187 ◦ green 50 ◦ blue 111

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

Shades of Medium Red Violet #BB326F

Tints of Medium Red Violet #BB326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.37%

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 53.74%
G = 14.37%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB326F (or 0xBB326F) is known color: Medium Red Violet. HEX triplet: BB, 32 and 6F. RGB value is (187,50,111). Sum of RGB (Red+Green+Blue) = 187+50+111=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB326F is #44CD90. Grayscale: #616161. Windows color (decimal): -4509073 or 7287483. OLE color: 7287483.

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

Color convert

RGB 187 50 111 -
CMYK 0 0.73 0.41 0.27
HSL 333.28º 0.58% 0.46% -
HSV(B) 333.28º 0.73% 0.73% -
XYZ 24.5 13.99 16.45 -
YUV 97.92 135.39 191.54 -
System Red Green Blue C M Y K H S L
Decimal 187 50 111 0 0.73 0.41 0.27 333.28 0.58 0.46
Hex BB 32 6F 0 49 29 1B 14D 3A 2E
Octal 273 62 157 0 111 51 33 515 72 56
Binary 10111011 110010 1101111 0 1001001 101001 11011 101001101 111010 101110

Color Harmonies of #BB326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB326F

Black with #BB326F

Text Example


Text Example

White with #BB326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB326F; }

 p { color: rgb(187,50,111); }

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

background-color css

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

 a { background-color: rgb(187,50,111); }

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

border-color css

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

 span { border-color: rgb(187,50,111); }

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