Html Css Color HEX #BB2798 Medium Red Violet

📋 copy color: '#BB2798'

red 187 ◦ green 39 ◦ blue 152

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

Shades of Medium Red Violet #BB2798

Tints of Medium Red Violet #BB2798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.21%

R = 49.47%
G = 10.32%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB2798 (or 0xBB2798) is known color: Medium Red Violet. HEX triplet: BB, 27 and 98. RGB value is (187,39,152). Sum of RGB (Red+Green+Blue) = 187+39+152=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2798 is #44D867. Grayscale: #5F5F5F. Windows color (decimal): -4511848 or 9971643. OLE color: 9971643.

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

Color convert

RGB 187 39 152 -
CMYK 0 0.79 0.19 0.27
HSL 314.19º 0.65% 0.44% -
HSV(B) 314.19º 0.79% 0.73% -
XYZ 26.89 14.28 31.05 -
YUV 96.13 159.53 192.81 -
System Red Green Blue C M Y K H S L
Decimal 187 39 152 0 0.79 0.19 0.27 314.19 0.65 0.44
Hex BB 27 98 0 4F 13 1B 13A 41 2C
Octal 273 47 230 0 117 23 33 472 101 54
Binary 10111011 100111 10011000 0 1001111 10011 11011 100111010 1000001 101100

Color Harmonies of #BB2798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2798

Black with #BB2798

Text Example


Text Example

White with #BB2798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2798; }

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

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

background-color css

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

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

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

border-color css

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

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

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