Html Css Color HEX #BB279E Medium Red Violet

📋 copy color: '#BB279E'

red 187 ◦ green 39 ◦ blue 158

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

Shades of Medium Red Violet #BB279E

Tints of Medium Red Violet #BB279E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.15%

R = 48.7%
G = 10.16%
B = 41.15%

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

#BB279E (or 0xBB279E) is known color: Medium Red Violet. HEX triplet: BB, 27 and 9E. RGB value is (187,39,158). Sum of RGB (Red+Green+Blue) = 187+39+158=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB279E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB279E is #44D861. Grayscale: #606060. Windows color (decimal): -4511842 or 10364859. OLE color: 10364859.

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

Color convert

RGB 187 39 158 -
CMYK 0 0.79 0.16 0.27
HSL 311.76º 0.65% 0.44% -
HSV(B) 311.76º 0.79% 0.73% -
XYZ 27.39 14.48 33.7 -
YUV 96.82 162.53 192.32 -
System Red Green Blue C M Y K H S L
Decimal 187 39 158 0 0.79 0.16 0.27 311.76 0.65 0.44
Hex BB 27 9E 0 4F 10 1B 138 41 2C
Octal 273 47 236 0 117 20 33 470 101 54
Binary 10111011 100111 10011110 0 1001111 10000 11011 100111000 1000001 101100

Color Harmonies of #BB279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB279E

Black with #BB279E

Text Example


Text Example

White with #BB279E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB279E; }

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

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

background-color css

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

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

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

border-color css

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

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

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