Html Css Color HEX #BB0085 Medium Violet Red

📋 copy color: '#BB0085'

red 187 ◦ green 0 ◦ blue 133

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

Shades of Medium Violet Red #BB0085

Tints of Medium Violet Red #BB0085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.44%
G = 0%
B = 41.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB0085 (or 0xBB0085) is known color: Medium Violet Red. HEX triplet: BB, 00 and 85. RGB value is (187,0,133). Sum of RGB (Red+Green+Blue) = 187+0+133=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0085 is #44FF7A. Grayscale: #464646. Windows color (decimal): -4521851 or 8716475. OLE color: 8716475.

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

Color convert

RGB 187 0 133 -
CMYK 0 1 0.29 0.27
HSL 317.33º 1% 0.37% -
HSV(B) 317.33º 1% 0.73% -
XYZ 24.73 12.26 23.25 -
YUV 71.08 162.95 210.69 -
System Red Green Blue C M Y K H S L
Decimal 187 0 133 0 1 0.29 0.27 317.33 1 0.37
Hex BB 0 85 0 64 1D 1B 13D 64 25
Octal 273 0 205 0 144 35 33 475 144 45
Binary 10111011 0 10000101 0 1100100 11101 11011 100111101 1100100 100101

Color Harmonies of #BB0085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0085

Black with #BB0085

Text Example


Text Example

White with #BB0085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0085; }

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

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

background-color css

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

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

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

border-color css

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

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

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