Html Css Color HEX #BB209E Medium Violet Red

📋 copy color: '#BB209E'

red 187 ◦ green 32 ◦ blue 158

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

Shades of Medium Violet Red #BB209E

Tints of Medium Violet Red #BB209E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.91%

R = 49.6%
G = 8.49%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB209E (or 0xBB209E) is known color: Medium Violet Red. HEX triplet: BB, 20 and 9E. RGB value is (187,32,158). Sum of RGB (Red+Green+Blue) = 187+32+158=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB209E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB209E is #44DF61. Grayscale: #5C5C5C. Windows color (decimal): -4513634 or 10363067. OLE color: 10363067.

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

Color convert

RGB 187 32 158 -
CMYK 0 0.83 0.16 0.27
HSL 311.23º 0.71% 0.43% -
HSV(B) 311.23º 0.83% 0.73% -
XYZ 27.18 14.07 33.63 -
YUV 92.71 164.85 195.25 -
System Red Green Blue C M Y K H S L
Decimal 187 32 158 0 0.83 0.16 0.27 311.23 0.71 0.43
Hex BB 20 9E 0 53 10 1B 137 47 2B
Octal 273 40 236 0 123 20 33 467 107 53
Binary 10111011 100000 10011110 0 1010011 10000 11011 100110111 1000111 101011

Color Harmonies of #BB209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB209E

Black with #BB209E

Text Example


Text Example

White with #BB209E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB209E; }

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

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

background-color css

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

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

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

border-color css

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

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

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