Html Css Color HEX #BB0672 Medium Violet Red

📋 copy color: '#BB0672'

red 187 ◦ green 6 ◦ blue 114

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

Shades of Medium Violet Red #BB0672

Tints of Medium Violet Red #BB0672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.13%

R = 60.91%
G = 1.95%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB0672 (or 0xBB0672) is known color: Medium Violet Red. HEX triplet: BB, 06 and 72. RGB value is (187,6,114). Sum of RGB (Red+Green+Blue) = 187+6+114=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0672 is #44F98D. Grayscale: #484848. Windows color (decimal): -4520334 or 7472827. OLE color: 7472827.

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

Color convert

RGB 187 6 114 -
CMYK 0 0.97 0.39 0.27
HSL 324.2º 0.94% 0.38% -
HSV(B) 324.2º 0.97% 0.73% -
XYZ 23.6 11.91 16.97 -
YUV 72.43 151.47 209.72 -
System Red Green Blue C M Y K H S L
Decimal 187 6 114 0 0.97 0.39 0.27 324.2 0.94 0.38
Hex BB 6 72 0 61 27 1B 144 5E 26
Octal 273 6 162 0 141 47 33 504 136 46
Binary 10111011 110 1110010 0 1100001 100111 11011 101000100 1011110 100110

Color Harmonies of #BB0672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0672

Black with #BB0672

Text Example


Text Example

White with #BB0672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0672; }

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

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

background-color css

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

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

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

border-color css

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

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

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