Html Css Color HEX #BB206C Medium Violet Red

📋 copy color: '#BB206C'

red 187 ◦ green 32 ◦ blue 108

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

Shades of Medium Violet Red #BB206C

Tints of Medium Violet Red #BB206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.03%

R = 57.19%
G = 9.79%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB206C (or 0xBB206C) is known color: Medium Violet Red. HEX triplet: BB, 20 and 6C. RGB value is (187,32,108). Sum of RGB (Red+Green+Blue) = 187+32+108=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB206C is #44DF93. Grayscale: #565656. Windows color (decimal): -4513684 or 7086267. OLE color: 7086267.

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

Color convert

RGB 187 32 108 -
CMYK 0 0.83 0.42 0.27
HSL 330.58º 0.71% 0.43% -
HSV(B) 330.58º 0.83% 0.73% -
XYZ 23.72 12.68 15.38 -
YUV 87.01 139.85 199.32 -
System Red Green Blue C M Y K H S L
Decimal 187 32 108 0 0.83 0.42 0.27 330.58 0.71 0.43
Hex BB 20 6C 0 53 2A 1B 14B 47 2B
Octal 273 40 154 0 123 52 33 513 107 53
Binary 10111011 100000 1101100 0 1010011 101010 11011 101001011 1000111 101011

Color Harmonies of #BB206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB206C

Black with #BB206C

Text Example


Text Example

White with #BB206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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