Html Css Color HEX #BB209A Medium Violet Red

📋 copy color: '#BB209A'

red 187 ◦ green 32 ◦ blue 154

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

Shades of Medium Violet Red #BB209A

Tints of Medium Violet Red #BB209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.29%

R = 50.13%
G = 8.58%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB209A (or 0xBB209A) is known color: Medium Violet Red. HEX triplet: BB, 20 and 9A. RGB value is (187,32,154). Sum of RGB (Red+Green+Blue) = 187+32+154=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB209A is #44DF65. Grayscale: #5B5B5B. Windows color (decimal): -4513638 or 10100923. OLE color: 10100923.

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

Color convert

RGB 187 32 154 -
CMYK 0 0.83 0.18 0.27
HSL 312.77º 0.71% 0.43% -
HSV(B) 312.77º 0.83% 0.73% -
XYZ 26.84 13.93 31.85 -
YUV 92.25 162.85 195.58 -
System Red Green Blue C M Y K H S L
Decimal 187 32 154 0 0.83 0.18 0.27 312.77 0.71 0.43
Hex BB 20 9A 0 53 12 1B 139 47 2B
Octal 273 40 232 0 123 22 33 471 107 53
Binary 10111011 100000 10011010 0 1010011 10010 11011 100111001 1000111 101011

Color Harmonies of #BB209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB209A

Black with #BB209A

Text Example


Text Example

White with #BB209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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