Html Css Color HEX #B740A0 Medium Red Violet

📋 copy color: '#B740A0'

red 183 ◦ green 64 ◦ blue 160

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

Shades of Medium Red Violet #B740A0

Tints of Medium Red Violet #B740A0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.72%

 BLUE value IS 160 (62.89% from 255) = 39.31%

R = 44.96%
G = 15.72%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B740A0 (or 0xB740A0) is known color: Medium Red Violet. HEX triplet: B7, 40 and A0. RGB value is (183,64,160). Sum of RGB (Red+Green+Blue) = 183+64+160=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B740A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B740A0 is #48BF5F. Grayscale: #6E6E6E. Windows color (decimal): -4767584 or 10502327. OLE color: 10502327.

HSL color Cylindrical-coordinate representation of color #B740A0: hue angle of 311.6º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B740A0 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 64 160 -
CMYK 0 0.65 0.13 0.28
HSL 311.6º 0.48% 0.48% -
HSV(B) 311.6º 0.65% 0.72% -
XYZ 27.71 16.27 34.94 -
YUV 110.53 155.92 179.69 -
System Red Green Blue C M Y K H S L
Decimal 183 64 160 0 0.65 0.13 0.28 311.6 0.48 0.48
Hex B7 40 A0 0 41 D 1C 138 30 30
Octal 267 100 240 0 101 15 34 470 60 60
Binary 10110111 1000000 10100000 0 1000001 1101 11100 100111000 110000 110000

Color Harmonies of #B740A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740A0

Black with #B740A0

Text Example


Text Example

White with #B740A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740A0; }

 p { color: rgb(183,64,160); }

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

background-color css

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

 a { background-color: rgb(183,64,160); }

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

border-color css

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

 span { border-color: rgb(183,64,160); }

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