Html Css Color HEX #BB359B Medium Red Violet

📋 copy color: '#BB359B'

red 187 ◦ green 53 ◦ blue 155

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

Shades of Medium Red Violet #BB359B

Tints of Medium Red Violet #BB359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.42%

 BLUE value IS 155 (60.94% from 255) = 39.24%

R = 47.34%
G = 13.42%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB359B (or 0xBB359B) is known color: Medium Red Violet. HEX triplet: BB, 35 and 9B. RGB value is (187,53,155). Sum of RGB (Red+Green+Blue) = 187+53+155=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB359B is #44CA64. Grayscale: #686868. Windows color (decimal): -4508261 or 10171835. OLE color: 10171835.

HSL color Cylindrical-coordinate representation of color #BB359B: hue angle of 314.33º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB359B is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 53 155 -
CMYK 0 0.72 0.17 0.27
HSL 314.33º 0.56% 0.47% -
HSV(B) 314.33º 0.72% 0.73% -
XYZ 27.68 15.48 32.54 -
YUV 104.69 156.39 186.71 -
System Red Green Blue C M Y K H S L
Decimal 187 53 155 0 0.72 0.17 0.27 314.33 0.56 0.47
Hex BB 35 9B 0 48 11 1B 13A 38 2F
Octal 273 65 233 0 110 21 33 472 70 57
Binary 10111011 110101 10011011 0 1001000 10001 11011 100111010 111000 101111

Color Harmonies of #BB359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB359B

Black with #BB359B

Text Example


Text Example

White with #BB359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB359B; }

 p { color: rgb(187,53,155); }

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

background-color css

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

 a { background-color: rgb(187,53,155); }

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

border-color css

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

 span { border-color: rgb(187,53,155); }

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