Html Css Color HEX #B72F9E Medium Red Violet

📋 copy color: '#B72F9E'

red 183 ◦ green 47 ◦ blue 158

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

Shades of Medium Red Violet #B72F9E

Tints of Medium Red Violet #B72F9E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.11%

 BLUE value IS 158 (62.11% from 255) = 40.72%

R = 47.16%
G = 12.11%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B72F9E (or 0xB72F9E) is known color: Medium Red Violet. HEX triplet: B7, 2F and 9E. RGB value is (183,47,158). Sum of RGB (Red+Green+Blue) = 183+47+158=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B72F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72F9E is #48D061. Grayscale: #646464. Windows color (decimal): -4771938 or 10366903. OLE color: 10366903.

HSL color Cylindrical-coordinate representation of color #B72F9E: hue angle of 311.03º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B72F9E is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 47 158 -
CMYK 0 0.74 0.14 0.28
HSL 311.03º 0.59% 0.45% -
HSV(B) 311.03º 0.74% 0.72% -
XYZ 26.72 14.57 33.75 -
YUV 100.32 160.56 186.97 -
System Red Green Blue C M Y K H S L
Decimal 183 47 158 0 0.74 0.14 0.28 311.03 0.59 0.45
Hex B7 2F 9E 0 4A E 1C 137 3B 2D
Octal 267 57 236 0 112 16 34 467 73 55
Binary 10110111 101111 10011110 0 1001010 1110 11100 100110111 111011 101101

Color Harmonies of #B72F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72F9E

Black with #B72F9E

Text Example


Text Example

White with #B72F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72F9E; }

 p { color: rgb(183,47,158); }

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

background-color css

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

 a { background-color: rgb(183,47,158); }

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

border-color css

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

 span { border-color: rgb(183,47,158); }

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