Html Css Color HEX #B74385 Medium Red Violet

📋 copy color: '#B74385'

red 183 ◦ green 67 ◦ blue 133

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

Shades of Medium Red Violet #B74385

Tints of Medium Red Violet #B74385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.49%

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 47.78%
G = 17.49%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B74385 (or 0xB74385) is known color: Medium Red Violet. HEX triplet: B7, 43 and 85. RGB value is (183,67,133). Sum of RGB (Red+Green+Blue) = 183+67+133=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B74385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74385 is #48BC7A. Grayscale: #6D6D6D. Windows color (decimal): -4766843 or 8733623. OLE color: 8733623.

HSL color Cylindrical-coordinate representation of color #B74385: hue angle of 325.86º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74385 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 67 133 -
CMYK 0 0.63 0.27 0.28
HSL 325.86º 0.46% 0.49% -
HSV(B) 325.86º 0.63% 0.72% -
XYZ 25.77 15.78 23.88 -
YUV 109.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 183 67 133 0 0.63 0.27 0.28 325.86 0.46 0.49
Hex B7 43 85 0 3F 1B 1C 146 2E 31
Octal 267 103 205 0 77 33 34 506 56 61
Binary 10110111 1000011 10000101 0 111111 11011 11100 101000110 101110 110001

Color Harmonies of #B74385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74385

Black with #B74385

Text Example


Text Example

White with #B74385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74385; }

 p { color: rgb(183,67,133); }

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

background-color css

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

 a { background-color: rgb(183,67,133); }

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

border-color css

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

 span { border-color: rgb(183,67,133); }

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