Html Css Color HEX #BB4283 Medium Red Violet

📋 copy color: '#BB4283'

red 187 ◦ green 66 ◦ blue 131

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

Shades of Medium Red Violet #BB4283

Tints of Medium Red Violet #BB4283

RGB

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

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

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

R = 48.7%
G = 17.19%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB4283 (or 0xBB4283) is known color: Medium Red Violet. HEX triplet: BB, 42 and 83. RGB value is (187,66,131). Sum of RGB (Red+Green+Blue) = 187+66+131=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4283 is #44BD7C. Grayscale: #6D6D6D. Windows color (decimal): -4504957 or 8602299. OLE color: 8602299.

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

Color convert

RGB 187 66 131 -
CMYK 0 0.65 0.30 0.27
HSL 327.77º 0.48% 0.5% -
HSV(B) 327.77º 0.65% 0.73% -
XYZ 26.54 16.1 23.18 -
YUV 109.59 140.09 183.21 -
System Red Green Blue C M Y K H S L
Decimal 187 66 131 0 0.65 0.30 0.27 327.77 0.48 0.5
Hex BB 42 83 0 41 1E 1B 148 30 32
Octal 273 102 203 0 101 36 33 510 60 62
Binary 10111011 1000010 10000011 0 1000001 11110 11011 101001000 110000 110010

Color Harmonies of #BB4283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4283

Black with #BB4283

Text Example


Text Example

White with #BB4283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4283; }

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

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

background-color css

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

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

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

border-color css

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

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

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