Html Css Color HEX #BB1B85 Medium Violet Red

📋 copy color: '#BB1B85'

red 187 ◦ green 27 ◦ blue 133

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

Shades of Medium Violet Red #BB1B85

Tints of Medium Violet Red #BB1B85

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.78%

 BLUE value IS 133 (52.34% from 255) = 38.33%

R = 53.89%
G = 7.78%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB1B85 (or 0xBB1B85) is known color: Medium Violet Red. HEX triplet: BB, 1B and 85. RGB value is (187,27,133). Sum of RGB (Red+Green+Blue) = 187+27+133=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1B85 is #44E47A. Grayscale: #565656. Windows color (decimal): -4514939 or 8723387. OLE color: 8723387.

HSL color Cylindrical-coordinate representation of color #BB1B85: hue angle of 320.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1B85 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 27 133 -
CMYK 0 0.86 0.29 0.27
HSL 320.25º 0.75% 0.42% -
HSV(B) 320.25º 0.86% 0.73% -
XYZ 25.12 13.04 23.38 -
YUV 86.92 154.01 199.38 -
System Red Green Blue C M Y K H S L
Decimal 187 27 133 0 0.86 0.29 0.27 320.25 0.75 0.42
Hex BB 1B 85 0 56 1D 1B 140 4B 2A
Octal 273 33 205 0 126 35 33 500 113 52
Binary 10111011 11011 10000101 0 1010110 11101 11011 101000000 1001011 101010

Color Harmonies of #BB1B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1B85

Black with #BB1B85

Text Example


Text Example

White with #BB1B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1B85; }

 p { color: rgb(187,27,133); }

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

background-color css

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

 a { background-color: rgb(187,27,133); }

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

border-color css

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

 span { border-color: rgb(187,27,133); }

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