Html Css Color HEX #BB3382 Medium Red Violet

📋 copy color: '#BB3382'

red 187 ◦ green 51 ◦ blue 130

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

Shades of Medium Red Violet #BB3382

Tints of Medium Red Violet #BB3382

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.86%

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

R = 50.82%
G = 13.86%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB3382 (or 0xBB3382) is known color: Medium Red Violet. HEX triplet: BB, 33 and 82. RGB value is (187,51,130). Sum of RGB (Red+Green+Blue) = 187+51+130=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3382 is #44CC7D. Grayscale: #646464. Windows color (decimal): -4508798 or 8532923. OLE color: 8532923.

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

Color convert

RGB 187 51 130 -
CMYK 0 0.73 0.30 0.27
HSL 325.15º 0.57% 0.47% -
HSV(B) 325.15º 0.73% 0.73% -
XYZ 25.71 14.54 22.57 -
YUV 100.67 144.56 189.58 -
System Red Green Blue C M Y K H S L
Decimal 187 51 130 0 0.73 0.30 0.27 325.15 0.57 0.47
Hex BB 33 82 0 49 1E 1B 145 39 2F
Octal 273 63 202 0 111 36 33 505 71 57
Binary 10111011 110011 10000010 0 1001001 11110 11011 101000101 111001 101111

Color Harmonies of #BB3382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3382

Black with #BB3382

Text Example


Text Example

White with #BB3382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3382; }

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

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

background-color css

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

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

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

border-color css

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

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

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