Html Css Color HEX #BB209B Medium Violet Red

📋 copy color: '#BB209B'

red 187 ◦ green 32 ◦ blue 155

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

Shades of Medium Violet Red #BB209B

Tints of Medium Violet Red #BB209B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.56%

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

R = 50%
G = 8.56%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB209B (or 0xBB209B) is known color: Medium Violet Red. HEX triplet: BB, 20 and 9B. RGB value is (187,32,155). Sum of RGB (Red+Green+Blue) = 187+32+155=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB209B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB209B is #44DF64. Grayscale: #5C5C5C. Windows color (decimal): -4513637 or 10166459. OLE color: 10166459.

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

Color convert

RGB 187 32 155 -
CMYK 0 0.83 0.17 0.27
HSL 312.39º 0.71% 0.43% -
HSV(B) 312.39º 0.83% 0.73% -
XYZ 26.93 13.96 32.29 -
YUV 92.37 163.35 195.5 -
System Red Green Blue C M Y K H S L
Decimal 187 32 155 0 0.83 0.17 0.27 312.39 0.71 0.43
Hex BB 20 9B 0 53 11 1B 138 47 2B
Octal 273 40 233 0 123 21 33 470 107 53
Binary 10111011 100000 10011011 0 1010011 10001 11011 100111000 1000111 101011

Color Harmonies of #BB209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB209B

Black with #BB209B

Text Example


Text Example

White with #BB209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB209B; }

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

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

background-color css

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

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

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

border-color css

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

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

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