Html Css Color HEX #B61073 Medium Violet Red

📋 copy color: '#B61073'

red 182 ◦ green 16 ◦ blue 115

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

Shades of Medium Violet Red #B61073

Tints of Medium Violet Red #B61073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.11%

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 58.15%
G = 5.11%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B61073 (or 0xB61073) is known color: Medium Violet Red. HEX triplet: B6, 10 and 73. RGB value is (182,16,115). Sum of RGB (Red+Green+Blue) = 182+16+115=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B61073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61073 is #49EF8C. Grayscale: #4C4C4C. Windows color (decimal): -4845453 or 7540918. OLE color: 7540918.

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

Color convert

RGB 182 16 115 -
CMYK 0 0.91 0.37 0.29
HSL 324.22º 0.84% 0.39% -
HSV(B) 324.22º 0.91% 0.71% -
XYZ 22.57 11.55 17.26 -
YUV 76.92 149.5 202.95 -
System Red Green Blue C M Y K H S L
Decimal 182 16 115 0 0.91 0.37 0.29 324.22 0.84 0.39
Hex B6 10 73 0 5B 25 1D 144 54 27
Octal 266 20 163 0 133 45 35 504 124 47
Binary 10110110 10000 1110011 0 1011011 100101 11101 101000100 1010100 100111

Color Harmonies of #B61073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61073

Black with #B61073

Text Example


Text Example

White with #B61073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61073; }

 p { color: rgb(182,16,115); }

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

background-color css

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

 a { background-color: rgb(182,16,115); }

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

border-color css

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

 span { border-color: rgb(182,16,115); }

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