Html Css Color HEX #BB3891 Medium Red Violet

📋 copy color: '#BB3891'

red 187 ◦ green 56 ◦ blue 145

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

Shades of Medium Red Violet #BB3891

Tints of Medium Red Violet #BB3891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.43%

 BLUE value IS 145 (57.03% from 255) = 37.37%

R = 48.2%
G = 14.43%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB3891 (or 0xBB3891) is known color: Medium Red Violet. HEX triplet: BB, 38 and 91. RGB value is (187,56,145). Sum of RGB (Red+Green+Blue) = 187+56+145=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3891 is #44C76E. Grayscale: #696969. Windows color (decimal): -4507503 or 9517243. OLE color: 9517243.

HSL color Cylindrical-coordinate representation of color #BB3891: hue angle of 319.24º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3891 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 56 145 -
CMYK 0 0.70 0.22 0.27
HSL 319.24º 0.54% 0.48% -
HSV(B) 319.24º 0.7% 0.73% -
XYZ 27.02 15.44 28.34 -
YUV 105.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 187 56 145 0 0.70 0.22 0.27 319.24 0.54 0.48
Hex BB 38 91 0 46 16 1B 13F 36 30
Octal 273 70 221 0 106 26 33 477 66 60
Binary 10111011 111000 10010001 0 1000110 10110 11011 100111111 110110 110000

Color Harmonies of #BB3891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3891

Black with #BB3891

Text Example


Text Example

White with #BB3891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3891; }

 p { color: rgb(187,56,145); }

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

background-color css

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

 a { background-color: rgb(187,56,145); }

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

border-color css

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

 span { border-color: rgb(187,56,145); }

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