Html Css Color HEX #BB3683 Medium Red Violet

📋 copy color: '#BB3683'

red 187 ◦ green 54 ◦ blue 131

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

Shades of Medium Red Violet #BB3683

Tints of Medium Red Violet #BB3683

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.52%

 BLUE value IS 131 (51.56% from 255) = 35.22%

R = 50.27%
G = 14.52%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB3683 (or 0xBB3683) is known color: Medium Red Violet. HEX triplet: BB, 36 and 83. RGB value is (187,54,131). Sum of RGB (Red+Green+Blue) = 187+54+131=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3683 is #44C97C. Grayscale: #666666. Windows color (decimal): -4508029 or 8599227. OLE color: 8599227.

HSL color Cylindrical-coordinate representation of color #BB3683: hue angle of 325.26º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3683 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 54 131 -
CMYK 0 0.71 0.30 0.27
HSL 325.26º 0.55% 0.47% -
HSV(B) 325.26º 0.71% 0.73% -
XYZ 25.91 14.84 22.97 -
YUV 102.55 144.06 188.24 -
System Red Green Blue C M Y K H S L
Decimal 187 54 131 0 0.71 0.30 0.27 325.26 0.55 0.47
Hex BB 36 83 0 47 1E 1B 145 37 2F
Octal 273 66 203 0 107 36 33 505 67 57
Binary 10111011 110110 10000011 0 1000111 11110 11011 101000101 110111 101111

Color Harmonies of #BB3683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3683

Black with #BB3683

Text Example


Text Example

White with #BB3683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3683; }

 p { color: rgb(187,54,131); }

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

background-color css

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

 a { background-color: rgb(187,54,131); }

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

border-color css

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

 span { border-color: rgb(187,54,131); }

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