Html Css Color HEX #BB0685 Medium Violet Red

📋 copy color: '#BB0685'

red 187 ◦ green 6 ◦ blue 133

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

Shades of Medium Violet Red #BB0685

Tints of Medium Violet Red #BB0685

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.84%

 BLUE value IS 133 (52.34% from 255) = 40.8%

R = 57.36%
G = 1.84%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB0685 (or 0xBB0685) is known color: Medium Violet Red. HEX triplet: BB, 06 and 85. RGB value is (187,6,133). Sum of RGB (Red+Green+Blue) = 187+6+133=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0685 is #44F97A. Grayscale: #4A4A4A. Windows color (decimal): -4520315 or 8718011. OLE color: 8718011.

HSL color Cylindrical-coordinate representation of color #BB0685: hue angle of 317.9º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0685 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 6 133 -
CMYK 0 0.97 0.29 0.27
HSL 317.9º 0.94% 0.38% -
HSV(B) 317.9º 0.97% 0.73% -
XYZ 24.79 12.39 23.27 -
YUV 74.6 160.97 208.17 -
System Red Green Blue C M Y K H S L
Decimal 187 6 133 0 0.97 0.29 0.27 317.9 0.94 0.38
Hex BB 6 85 0 61 1D 1B 13E 5E 26
Octal 273 6 205 0 141 35 33 476 136 46
Binary 10111011 110 10000101 0 1100001 11101 11011 100111110 1011110 100110

Color Harmonies of #BB0685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0685

Black with #BB0685

Text Example


Text Example

White with #BB0685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0685; }

 p { color: rgb(187,6,133); }

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

background-color css

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

 a { background-color: rgb(187,6,133); }

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

border-color css

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

 span { border-color: rgb(187,6,133); }

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