Html Css Color HEX #B7368C Medium Red Violet

📋 copy color: '#B7368C'

red 183 ◦ green 54 ◦ blue 140

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

Shades of Medium Red Violet #B7368C

Tints of Medium Red Violet #B7368C

RGB

 RED value IS 183 (71.88% from 255) = 48.54%

 GREEN value IS 54 (21.48% from 255) = 14.32%

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 48.54%
G = 14.32%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7368C (or 0xB7368C) is known color: Medium Red Violet. HEX triplet: B7, 36 and 8C. RGB value is (183,54,140). Sum of RGB (Red+Green+Blue) = 183+54+140=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B7368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7368C is #48C973. Grayscale: #666666. Windows color (decimal): -4770164 or 9189047. OLE color: 9189047.

HSL color Cylindrical-coordinate representation of color #B7368C: hue angle of 320º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7368C is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 54 140 -
CMYK 0 0.70 0.23 0.28
HSL 320º 0.54% 0.46% -
HSV(B) 320º 0.7% 0.72% -
XYZ 25.58 14.6 26.28 -
YUV 102.38 149.24 185.51 -
System Red Green Blue C M Y K H S L
Decimal 183 54 140 0 0.70 0.23 0.28 320 0.54 0.46
Hex B7 36 8C 0 46 17 1C 140 36 2E
Octal 267 66 214 0 106 27 34 500 66 56
Binary 10110111 110110 10001100 0 1000110 10111 11100 101000000 110110 101110

Color Harmonies of #B7368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7368C

Black with #B7368C

Text Example


Text Example

White with #B7368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7368C; }

 p { color: rgb(183,54,140); }

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

background-color css

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

 a { background-color: rgb(183,54,140); }

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

border-color css

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

 span { border-color: rgb(183,54,140); }

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