Html Css Color HEX #B61375 Medium Violet Red

📋 copy color: '#B61375'

red 182 ◦ green 19 ◦ blue 117

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

Shades of Medium Violet Red #B61375

Tints of Medium Violet Red #B61375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.97%

 BLUE value IS 117 (46.09% from 255) = 36.79%

R = 57.23%
G = 5.97%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B61375 (or 0xB61375) is known color: Medium Violet Red. HEX triplet: B6, 13 and 75. RGB value is (182,19,117). Sum of RGB (Red+Green+Blue) = 182+19+117=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B61375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61375 is #49EC8A. Grayscale: #4E4E4E. Windows color (decimal): -4844683 or 7672758. OLE color: 7672758.

HSL color Cylindrical-coordinate representation of color #B61375: hue angle of 323.93º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61375 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 19 117 -
CMYK 0 0.90 0.36 0.29
HSL 323.93º 0.81% 0.39% -
HSV(B) 323.93º 0.9% 0.71% -
XYZ 22.74 11.7 17.89 -
YUV 78.91 149.5 201.53 -
System Red Green Blue C M Y K H S L
Decimal 182 19 117 0 0.90 0.36 0.29 323.93 0.81 0.39
Hex B6 13 75 0 5A 24 1D 144 51 27
Octal 266 23 165 0 132 44 35 504 121 47
Binary 10110110 10011 1110101 0 1011010 100100 11101 101000100 1010001 100111

Color Harmonies of #B61375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61375

Black with #B61375

Text Example


Text Example

White with #B61375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61375; }

 p { color: rgb(182,19,117); }

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

background-color css

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

 a { background-color: rgb(182,19,117); }

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

border-color css

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

 span { border-color: rgb(182,19,117); }

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