Html Css Color HEX #BB2695 Medium Red Violet

📋 copy color: '#BB2695'

red 187 ◦ green 38 ◦ blue 149

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

Shades of Medium Red Violet #BB2695

Tints of Medium Red Violet #BB2695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.84%

R = 50%
G = 10.16%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB2695 (or 0xBB2695) is known color: Medium Red Violet. HEX triplet: BB, 26 and 95. RGB value is (187,38,149). Sum of RGB (Red+Green+Blue) = 187+38+149=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2695 is #44D96A. Grayscale: #5E5E5E. Windows color (decimal): -4512107 or 9774779. OLE color: 9774779.

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

Color convert

RGB 187 38 149 -
CMYK 0 0.80 0.20 0.27
HSL 315.3º 0.66% 0.44% -
HSV(B) 315.3º 0.8% 0.73% -
XYZ 26.61 14.12 29.76 -
YUV 95.21 158.36 193.47 -
System Red Green Blue C M Y K H S L
Decimal 187 38 149 0 0.80 0.20 0.27 315.3 0.66 0.44
Hex BB 26 95 0 50 14 1B 13B 42 2C
Octal 273 46 225 0 120 24 33 473 102 54
Binary 10111011 100110 10010101 0 1010000 10100 11011 100111011 1000010 101100

Color Harmonies of #BB2695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2695

Black with #BB2695

Text Example


Text Example

White with #BB2695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2695; }

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

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

background-color css

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

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

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

border-color css

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

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

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