Html Css Color HEX #BB2795 Medium Red Violet

📋 copy color: '#BB2795'

red 187 ◦ green 39 ◦ blue 149

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

Shades of Medium Red Violet #BB2795

Tints of Medium Red Violet #BB2795

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.4%

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

R = 49.87%
G = 10.4%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB2795 (or 0xBB2795) is known color: Medium Red Violet. HEX triplet: BB, 27 and 95. RGB value is (187,39,149). Sum of RGB (Red+Green+Blue) = 187+39+149=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2795 is #44D86A. Grayscale: #5F5F5F. Windows color (decimal): -4511851 or 9775035. OLE color: 9775035.

HSL color Cylindrical-coordinate representation of color #BB2795: hue angle of 315.41º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2795 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 39 149 -
CMYK 0 0.79 0.20 0.27
HSL 315.41º 0.65% 0.44% -
HSV(B) 315.41º 0.79% 0.73% -
XYZ 26.64 14.19 29.77 -
YUV 95.79 158.03 193.06 -
System Red Green Blue C M Y K H S L
Decimal 187 39 149 0 0.79 0.20 0.27 315.41 0.65 0.44
Hex BB 27 95 0 4F 14 1B 13B 41 2C
Octal 273 47 225 0 117 24 33 473 101 54
Binary 10111011 100111 10010101 0 1001111 10100 11011 100111011 1000001 101100

Color Harmonies of #BB2795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2795

Black with #BB2795

Text Example


Text Example

White with #BB2795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2795; }

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

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

background-color css

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

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

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

border-color css

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

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

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