Html Css Color HEX #BB0784 Medium Violet Red

📋 copy color: '#BB0784'

red 187 ◦ green 7 ◦ blue 132

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

Shades of Medium Violet Red #BB0784

Tints of Medium Violet Red #BB0784

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.15%

 BLUE value IS 132 (51.95% from 255) = 40.49%

R = 57.36%
G = 2.15%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB0784 (or 0xBB0784) is known color: Medium Violet Red. HEX triplet: BB, 07 and 84. RGB value is (187,7,132). Sum of RGB (Red+Green+Blue) = 187+7+132=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0784 is #44F87B. Grayscale: #4A4A4A. Windows color (decimal): -4520060 or 8652731. OLE color: 8652731.

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

Color convert

RGB 187 7 132 -
CMYK 0 0.96 0.29 0.27
HSL 318.33º 0.93% 0.38% -
HSV(B) 318.33º 0.96% 0.73% -
XYZ 24.73 12.38 22.92 -
YUV 75.07 160.13 207.84 -
System Red Green Blue C M Y K H S L
Decimal 187 7 132 0 0.96 0.29 0.27 318.33 0.93 0.38
Hex BB 7 84 0 60 1D 1B 13E 5D 26
Octal 273 7 204 0 140 35 33 476 135 46
Binary 10111011 111 10000100 0 1100000 11101 11011 100111110 1011101 100110

Color Harmonies of #BB0784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0784

Black with #BB0784

Text Example


Text Example

White with #BB0784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0784; }

 p { color: rgb(187,7,132); }

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

background-color css

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

 a { background-color: rgb(187,7,132); }

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

border-color css

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

 span { border-color: rgb(187,7,132); }

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