Html Css Color HEX #BB3483 Medium Red Violet

📋 copy color: '#BB3483'

red 187 ◦ green 52 ◦ blue 131

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

Shades of Medium Red Violet #BB3483

Tints of Medium Red Violet #BB3483

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.05%

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

R = 50.54%
G = 14.05%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB3483 (or 0xBB3483) is known color: Medium Red Violet. HEX triplet: BB, 34 and 83. RGB value is (187,52,131). Sum of RGB (Red+Green+Blue) = 187+52+131=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3483 is #44CB7C. Grayscale: #656565. Windows color (decimal): -4508541 or 8598715. OLE color: 8598715.

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

Color convert

RGB 187 52 131 -
CMYK 0 0.72 0.30 0.27
HSL 324.89º 0.56% 0.47% -
HSV(B) 324.89º 0.72% 0.73% -
XYZ 25.82 14.66 22.94 -
YUV 101.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 187 52 131 0 0.72 0.30 0.27 324.89 0.56 0.47
Hex BB 34 83 0 48 1E 1B 145 38 2F
Octal 273 64 203 0 110 36 33 505 70 57
Binary 10111011 110100 10000011 0 1001000 11110 11011 101000101 111000 101111

Color Harmonies of #BB3483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3483

Black with #BB3483

Text Example


Text Example

White with #BB3483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3483; }

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

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

background-color css

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

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

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

border-color css

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

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

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