Html Css Color HEX #BB1B93 Medium Violet Red

📋 copy color: '#BB1B93'

red 187 ◦ green 27 ◦ blue 147

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

Shades of Medium Violet Red #BB1B93

Tints of Medium Violet Red #BB1B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.72%

R = 51.8%
G = 7.48%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB1B93 (or 0xBB1B93) is known color: Medium Violet Red. HEX triplet: BB, 1B and 93. RGB value is (187,27,147). Sum of RGB (Red+Green+Blue) = 187+27+147=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1B93 is #44E46C. Grayscale: #585858. Windows color (decimal): -4514925 or 9640891. OLE color: 9640891.

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

Color convert

RGB 187 27 147 -
CMYK 0 0.86 0.21 0.27
HSL 315º 0.75% 0.42% -
HSV(B) 315º 0.86% 0.73% -
XYZ 26.15 13.46 28.82 -
YUV 88.52 161.01 198.24 -
System Red Green Blue C M Y K H S L
Decimal 187 27 147 0 0.86 0.21 0.27 315 0.75 0.42
Hex BB 1B 93 0 56 15 1B 13B 4B 2A
Octal 273 33 223 0 126 25 33 473 113 52
Binary 10111011 11011 10010011 0 1010110 10101 11011 100111011 1001011 101010

Color Harmonies of #BB1B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1B93

Black with #BB1B93

Text Example


Text Example

White with #BB1B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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