Html Css Color HEX #BB279D Medium Red Violet

📋 copy color: '#BB279D'

red 187 ◦ green 39 ◦ blue 157

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

Shades of Medium Red Violet #BB279D

Tints of Medium Red Violet #BB279D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 48.83%
G = 10.18%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB279D (or 0xBB279D) is known color: Medium Red Violet. HEX triplet: BB, 27 and 9D. RGB value is (187,39,157). Sum of RGB (Red+Green+Blue) = 187+39+157=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB279D is #44D862. Grayscale: #606060. Windows color (decimal): -4511843 or 10299323. OLE color: 10299323.

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

Color convert

RGB 187 39 157 -
CMYK 0 0.79 0.16 0.27
HSL 312.16º 0.65% 0.44% -
HSV(B) 312.16º 0.79% 0.73% -
XYZ 27.3 14.45 33.25 -
YUV 96.7 162.03 192.41 -
System Red Green Blue C M Y K H S L
Decimal 187 39 157 0 0.79 0.16 0.27 312.16 0.65 0.44
Hex BB 27 9D 0 4F 10 1B 138 41 2C
Octal 273 47 235 0 117 20 33 470 101 54
Binary 10111011 100111 10011101 0 1001111 10000 11011 100111000 1000001 101100

Color Harmonies of #BB279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB279D

Black with #BB279D

Text Example


Text Example

White with #BB279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB279D; }

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

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

background-color css

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

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

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

border-color css

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

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

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