Html Css Color HEX #B60F7B Medium Violet Red

📋 copy color: '#B60F7B'

red 182 ◦ green 15 ◦ blue 123

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

Shades of Medium Violet Red #B60F7B

Tints of Medium Violet Red #B60F7B

RGB

 RED value IS 182 (71.48% from 255) = 56.88%

 GREEN value IS 15 (6.25% from 255) = 4.69%

 BLUE value IS 123 (48.44% from 255) = 38.44%

R = 56.88%
G = 4.69%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B60F7B (or 0xB60F7B) is known color: Medium Violet Red. HEX triplet: B6, 0F and 7B. RGB value is (182,15,123). Sum of RGB (Red+Green+Blue) = 182+15+123=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B60F7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60F7B is #49F084. Grayscale: #4C4C4C. Windows color (decimal): -4845701 or 8064950. OLE color: 8064950.

HSL color Cylindrical-coordinate representation of color #B60F7B: hue angle of 321.2º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60F7B is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 15 123 -
CMYK 0 0.92 0.32 0.29
HSL 321.2º 0.85% 0.39% -
HSV(B) 321.2º 0.92% 0.71% -
XYZ 23.04 11.72 19.79 -
YUV 77.25 153.83 202.72 -
System Red Green Blue C M Y K H S L
Decimal 182 15 123 0 0.92 0.32 0.29 321.2 0.85 0.39
Hex B6 F 7B 0 5C 20 1D 141 55 27
Octal 266 17 173 0 134 40 35 501 125 47
Binary 10110110 1111 1111011 0 1011100 100000 11101 101000001 1010101 100111

Color Harmonies of #B60F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60F7B

Black with #B60F7B

Text Example


Text Example

White with #B60F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60F7B; }

 p { color: rgb(182,15,123); }

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

background-color css

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

 a { background-color: rgb(182,15,123); }

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

border-color css

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

 span { border-color: rgb(182,15,123); }

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