Html Css Color HEX #BB3893 Medium Red Violet

📋 copy color: '#BB3893'

red 187 ◦ green 56 ◦ blue 147

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

Shades of Medium Red Violet #BB3893

Tints of Medium Red Violet #BB3893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.69%

R = 47.95%
G = 14.36%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB3893 (or 0xBB3893) is known color: Medium Red Violet. HEX triplet: BB, 38 and 93. RGB value is (187,56,147). Sum of RGB (Red+Green+Blue) = 187+56+147=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3893 is #44C76C. Grayscale: #696969. Windows color (decimal): -4507501 or 9648315. OLE color: 9648315.

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

Color convert

RGB 187 56 147 -
CMYK 0 0.70 0.21 0.27
HSL 318.32º 0.54% 0.48% -
HSV(B) 318.32º 0.7% 0.73% -
XYZ 27.17 15.5 29.16 -
YUV 105.54 151.4 186.1 -
System Red Green Blue C M Y K H S L
Decimal 187 56 147 0 0.70 0.21 0.27 318.32 0.54 0.48
Hex BB 38 93 0 46 15 1B 13E 36 30
Octal 273 70 223 0 106 25 33 476 66 60
Binary 10111011 111000 10010011 0 1000110 10101 11011 100111110 110110 110000

Color Harmonies of #BB3893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3893

Black with #BB3893

Text Example


Text Example

White with #BB3893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3893; }

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

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

background-color css

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

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

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

border-color css

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

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

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