Html Css Color HEX #B72675 Medium Red Violet

📋 copy color: '#B72675'

red 183 ◦ green 38 ◦ blue 117

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

Shades of Medium Red Violet #B72675

Tints of Medium Red Violet #B72675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.24%

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

R = 54.14%
G = 11.24%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B72675 (or 0xB72675) is known color: Medium Red Violet. HEX triplet: B7, 26 and 75. RGB value is (183,38,117). Sum of RGB (Red+Green+Blue) = 183+38+117=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B72675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72675 is #48D98A. Grayscale: #5A5A5A. Windows color (decimal): -4774283 or 7677623. OLE color: 7677623.

HSL color Cylindrical-coordinate representation of color #B72675: hue angle of 327.31º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72675 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 38 117 -
CMYK 0 0.79 0.36 0.28
HSL 327.31º 0.66% 0.43% -
HSV(B) 327.31º 0.79% 0.72% -
XYZ 23.43 12.74 18.05 -
YUV 90.36 143.04 194.08 -
System Red Green Blue C M Y K H S L
Decimal 183 38 117 0 0.79 0.36 0.28 327.31 0.66 0.43
Hex B7 26 75 0 4F 24 1C 147 42 2B
Octal 267 46 165 0 117 44 34 507 102 53
Binary 10110111 100110 1110101 0 1001111 100100 11100 101000111 1000010 101011

Color Harmonies of #B72675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72675

Black with #B72675

Text Example


Text Example

White with #B72675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72675; }

 p { color: rgb(183,38,117); }

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

background-color css

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

 a { background-color: rgb(183,38,117); }

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

border-color css

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

 span { border-color: rgb(183,38,117); }

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