Html Css Color HEX #BB208D Medium Violet Red

📋 copy color: '#BB208D'

red 187 ◦ green 32 ◦ blue 141

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

Shades of Medium Violet Red #BB208D

Tints of Medium Violet Red #BB208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.17%

R = 51.94%
G = 8.89%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB208D (or 0xBB208D) is known color: Medium Violet Red. HEX triplet: BB, 20 and 8D. RGB value is (187,32,141). Sum of RGB (Red+Green+Blue) = 187+32+141=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB208D is #44DF72. Grayscale: #5A5A5A. Windows color (decimal): -4513651 or 9248955. OLE color: 9248955.

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

Color convert

RGB 187 32 141 -
CMYK 0 0.83 0.25 0.27
HSL 317.81º 0.71% 0.43% -
HSV(B) 317.81º 0.83% 0.73% -
XYZ 25.82 13.52 26.45 -
YUV 90.77 156.35 196.64 -
System Red Green Blue C M Y K H S L
Decimal 187 32 141 0 0.83 0.25 0.27 317.81 0.71 0.43
Hex BB 20 8D 0 53 19 1B 13E 47 2B
Octal 273 40 215 0 123 31 33 476 107 53
Binary 10111011 100000 10001101 0 1010011 11001 11011 100111110 1000111 101011

Color Harmonies of #BB208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB208D

Black with #BB208D

Text Example


Text Example

White with #BB208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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