Html Css Color HEX #B63374 Medium Red Violet

📋 copy color: '#B63374'

red 182 ◦ green 51 ◦ blue 116

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

Shades of Medium Red Violet #B63374

Tints of Medium Red Violet #B63374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.61%

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 52.15%
G = 14.61%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B63374 (or 0xB63374) is known color: Medium Red Violet. HEX triplet: B6, 33 and 74. RGB value is (182,51,116). Sum of RGB (Red+Green+Blue) = 182+51+116=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B63374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63374 is #49CC8B. Grayscale: #616161. Windows color (decimal): -4836492 or 7615414. OLE color: 7615414.

HSL color Cylindrical-coordinate representation of color #B63374: hue angle of 330.23º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63374 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 51 116 -
CMYK 0 0.72 0.36 0.29
HSL 330.23º 0.56% 0.46% -
HSV(B) 330.23º 0.72% 0.71% -
XYZ 23.63 13.57 17.9 -
YUV 97.58 138.4 188.21 -
System Red Green Blue C M Y K H S L
Decimal 182 51 116 0 0.72 0.36 0.29 330.23 0.56 0.46
Hex B6 33 74 0 48 24 1D 14A 38 2E
Octal 266 63 164 0 110 44 35 512 70 56
Binary 10110110 110011 1110100 0 1001000 100100 11101 101001010 111000 101110

Color Harmonies of #B63374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63374

Black with #B63374

Text Example


Text Example

White with #B63374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63374; }

 p { color: rgb(182,51,116); }

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

background-color css

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

 a { background-color: rgb(182,51,116); }

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

border-color css

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

 span { border-color: rgb(182,51,116); }

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