Html Css Color HEX #BB3682 Medium Red Violet

📋 copy color: '#BB3682'

red 187 ◦ green 54 ◦ blue 130

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

Shades of Medium Red Violet #BB3682

Tints of Medium Red Violet #BB3682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.04%

R = 50.4%
G = 14.56%
B = 35.04%

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

#BB3682 (or 0xBB3682) is known color: Medium Red Violet. HEX triplet: BB, 36 and 82. RGB value is (187,54,130). Sum of RGB (Red+Green+Blue) = 187+54+130=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3682 is #44C97D. Grayscale: #666666. Windows color (decimal): -4508030 or 8533691. OLE color: 8533691.

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

Color convert

RGB 187 54 130 -
CMYK 0 0.71 0.30 0.27
HSL 325.71º 0.55% 0.47% -
HSV(B) 325.71º 0.71% 0.73% -
XYZ 25.84 14.81 22.62 -
YUV 102.43 143.56 188.32 -
System Red Green Blue C M Y K H S L
Decimal 187 54 130 0 0.71 0.30 0.27 325.71 0.55 0.47
Hex BB 36 82 0 47 1E 1B 146 37 2F
Octal 273 66 202 0 107 36 33 506 67 57
Binary 10111011 110110 10000010 0 1000111 11110 11011 101000110 110111 101111

Color Harmonies of #BB3682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3682

Black with #BB3682

Text Example


Text Example

White with #BB3682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3682; }

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

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

background-color css

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

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

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

border-color css

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

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

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