Html Css Color HEX #BB4280 Medium Red Violet

📋 copy color: '#BB4280'

red 187 ◦ green 66 ◦ blue 128

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

Shades of Medium Red Violet #BB4280

Tints of Medium Red Violet #BB4280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.32%

 BLUE value IS 128 (50.39% from 255) = 33.6%

R = 49.08%
G = 17.32%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB4280 (or 0xBB4280) is known color: Medium Red Violet. HEX triplet: BB, 42 and 80. RGB value is (187,66,128). Sum of RGB (Red+Green+Blue) = 187+66+128=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4280 is #44BD7F. Grayscale: #6D6D6D. Windows color (decimal): -4504960 or 8405691. OLE color: 8405691.

HSL color Cylindrical-coordinate representation of color #BB4280: hue angle of 329.26º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4280 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 66 128 -
CMYK 0 0.65 0.32 0.27
HSL 329.26º 0.48% 0.5% -
HSV(B) 329.26º 0.65% 0.73% -
XYZ 26.34 16.02 22.13 -
YUV 109.25 138.59 183.46 -
System Red Green Blue C M Y K H S L
Decimal 187 66 128 0 0.65 0.32 0.27 329.26 0.48 0.5
Hex BB 42 80 0 41 20 1B 149 30 32
Octal 273 102 200 0 101 40 33 511 60 62
Binary 10111011 1000010 10000000 0 1000001 100000 11011 101001001 110000 110010

Color Harmonies of #BB4280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4280

Black with #BB4280

Text Example


Text Example

White with #BB4280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4280; }

 p { color: rgb(187,66,128); }

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

background-color css

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

 a { background-color: rgb(187,66,128); }

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

border-color css

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

 span { border-color: rgb(187,66,128); }

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