Html Css Color HEX #BB327F Medium Red Violet

📋 copy color: '#BB327F'

red 187 ◦ green 50 ◦ blue 127

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

Shades of Medium Red Violet #BB327F

Tints of Medium Red Violet #BB327F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.89%

R = 51.37%
G = 13.74%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB327F (or 0xBB327F) is known color: Medium Red Violet. HEX triplet: BB, 32 and 7F. RGB value is (187,50,127). Sum of RGB (Red+Green+Blue) = 187+50+127=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB327F is #44CD80. Grayscale: #636363. Windows color (decimal): -4509057 or 8336059. OLE color: 8336059.

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

Color convert

RGB 187 50 127 -
CMYK 0 0.73 0.32 0.27
HSL 326.28º 0.58% 0.46% -
HSV(B) 326.28º 0.73% 0.73% -
XYZ 25.46 14.38 21.51 -
YUV 99.74 143.39 190.24 -
System Red Green Blue C M Y K H S L
Decimal 187 50 127 0 0.73 0.32 0.27 326.28 0.58 0.46
Hex BB 32 7F 0 49 20 1B 146 3A 2E
Octal 273 62 177 0 111 40 33 506 72 56
Binary 10111011 110010 1111111 0 1001001 100000 11011 101000110 111010 101110

Color Harmonies of #BB327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB327F

Black with #BB327F

Text Example


Text Example

White with #BB327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB327F; }

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

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

background-color css

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

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

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

border-color css

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

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

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