Html Css Color HEX #BB3281 Medium Red Violet

📋 copy color: '#BB3281'

red 187 ◦ green 50 ◦ blue 129

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

Shades of Medium Red Violet #BB3281

Tints of Medium Red Violet #BB3281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.66%

 BLUE value IS 129 (50.78% from 255) = 35.25%

R = 51.09%
G = 13.66%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BB3281 (or 0xBB3281) is known color: Medium Red Violet. HEX triplet: BB, 32 and 81. RGB value is (187,50,129). Sum of RGB (Red+Green+Blue) = 187+50+129=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3281 is #44CD7E. Grayscale: #636363. Windows color (decimal): -4509055 or 8467131. OLE color: 8467131.

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

Color convert

RGB 187 50 129 -
CMYK 0 0.73 0.31 0.27
HSL 325.4º 0.58% 0.46% -
HSV(B) 325.4º 0.73% 0.73% -
XYZ 25.6 14.43 22.21 -
YUV 99.97 144.39 190.08 -
System Red Green Blue C M Y K H S L
Decimal 187 50 129 0 0.73 0.31 0.27 325.4 0.58 0.46
Hex BB 32 81 0 49 1F 1B 145 3A 2E
Octal 273 62 201 0 111 37 33 505 72 56
Binary 10111011 110010 10000001 0 1001001 11111 11011 101000101 111010 101110

Color Harmonies of #BB3281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3281

Black with #BB3281

Text Example


Text Example

White with #BB3281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3281; }

 p { color: rgb(187,50,129); }

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

background-color css

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

 a { background-color: rgb(187,50,129); }

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

border-color css

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

 span { border-color: rgb(187,50,129); }

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