Html Css Color HEX #BB2691 Medium Red Violet

📋 copy color: '#BB2691'

red 187 ◦ green 38 ◦ blue 145

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

Shades of Medium Red Violet #BB2691

Tints of Medium Red Violet #BB2691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.27%

 BLUE value IS 145 (57.03% from 255) = 39.19%

R = 50.54%
G = 10.27%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB2691 (or 0xBB2691) is known color: Medium Red Violet. HEX triplet: BB, 26 and 91. RGB value is (187,38,145). Sum of RGB (Red+Green+Blue) = 187+38+145=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2691 is #44D96E. Grayscale: #5E5E5E. Windows color (decimal): -4512111 or 9512635. OLE color: 9512635.

HSL color Cylindrical-coordinate representation of color #BB2691: hue angle of 316.91º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2691 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 38 145 -
CMYK 0 0.80 0.22 0.27
HSL 316.91º 0.66% 0.44% -
HSV(B) 316.91º 0.8% 0.73% -
XYZ 26.3 14 28.1 -
YUV 94.75 156.36 193.8 -
System Red Green Blue C M Y K H S L
Decimal 187 38 145 0 0.80 0.22 0.27 316.91 0.66 0.44
Hex BB 26 91 0 50 16 1B 13D 42 2C
Octal 273 46 221 0 120 26 33 475 102 54
Binary 10111011 100110 10010001 0 1010000 10110 11011 100111101 1000010 101100

Color Harmonies of #BB2691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2691

Black with #BB2691

Text Example


Text Example

White with #BB2691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2691; }

 p { color: rgb(187,38,145); }

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

background-color css

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

 a { background-color: rgb(187,38,145); }

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

border-color css

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

 span { border-color: rgb(187,38,145); }

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