Html Css Color HEX #BB277B Medium Red Violet

📋 copy color: '#BB277B'

red 187 ◦ green 39 ◦ blue 123

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

Shades of Medium Red Violet #BB277B

Tints of Medium Red Violet #BB277B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.24%

R = 53.58%
G = 11.17%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB277B (or 0xBB277B) is known color: Medium Red Violet. HEX triplet: BB, 27 and 7B. RGB value is (187,39,123). Sum of RGB (Red+Green+Blue) = 187+39+123=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB277B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB277B is #44D884. Grayscale: #5C5C5C. Windows color (decimal): -4511877 or 8071099. OLE color: 8071099.

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

Color convert

RGB 187 39 123 -
CMYK 0 0.79 0.34 0.27
HSL 325.95º 0.65% 0.44% -
HSV(B) 325.95º 0.79% 0.73% -
XYZ 24.79 13.45 20.03 -
YUV 92.83 145.03 195.17 -
System Red Green Blue C M Y K H S L
Decimal 187 39 123 0 0.79 0.34 0.27 325.95 0.65 0.44
Hex BB 27 7B 0 4F 22 1B 146 41 2C
Octal 273 47 173 0 117 42 33 506 101 54
Binary 10111011 100111 1111011 0 1001111 100010 11011 101000110 1000001 101100

Color Harmonies of #BB277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB277B

Black with #BB277B

Text Example


Text Example

White with #BB277B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB277B; }

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

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

background-color css

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

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

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

border-color css

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

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

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