Html Css Color HEX #BB2598 Medium Red Violet

📋 copy color: '#BB2598'

red 187 ◦ green 37 ◦ blue 152

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

Shades of Medium Red Violet #BB2598

Tints of Medium Red Violet #BB2598

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.84%

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

R = 49.73%
G = 9.84%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB2598 (or 0xBB2598) is known color: Medium Red Violet. HEX triplet: BB, 25 and 98. RGB value is (187,37,152). Sum of RGB (Red+Green+Blue) = 187+37+152=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2598 is #44DA67. Grayscale: #5E5E5E. Windows color (decimal): -4512360 or 9971131. OLE color: 9971131.

HSL color Cylindrical-coordinate representation of color #BB2598: hue angle of 314º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2598 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 152 -
CMYK 0 0.80 0.19 0.27
HSL 314º 0.67% 0.44% -
HSV(B) 314º 0.8% 0.73% -
XYZ 26.82 14.15 31.02 -
YUV 94.96 160.2 193.65 -
System Red Green Blue C M Y K H S L
Decimal 187 37 152 0 0.80 0.19 0.27 314 0.67 0.44
Hex BB 25 98 0 50 13 1B 13A 43 2C
Octal 273 45 230 0 120 23 33 472 103 54
Binary 10111011 100101 10011000 0 1010000 10011 11011 100111010 1000011 101100

Color Harmonies of #BB2598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2598

Black with #BB2598

Text Example


Text Example

White with #BB2598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2598; }

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

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

background-color css

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

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

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

border-color css

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

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

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