Html Css Color HEX #B725A6 Medium Red Violet

📋 copy color: '#B725A6'

red 183 ◦ green 37 ◦ blue 166

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

Shades of Medium Red Violet #B725A6

Tints of Medium Red Violet #B725A6

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.59%

 BLUE value IS 166 (65.23% from 255) = 43.01%

R = 47.41%
G = 9.59%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B725A6 (or 0xB725A6) is known color: Medium Red Violet. HEX triplet: B7, 25 and A6. RGB value is (183,37,166). Sum of RGB (Red+Green+Blue) = 183+37+166=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 166 (65.23% from 255 or 43.01% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B725A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B725A6 is #48DA59. Grayscale: #5E5E5E. Windows color (decimal): -4774490 or 10888631. OLE color: 10888631.

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

Color convert

RGB 183 37 166 -
CMYK 0 0.80 0.09 0.28
HSL 306.99º 0.66% 0.43% -
HSV(B) 306.99º 0.8% 0.72% -
XYZ 27.07 14.14 37.38 -
YUV 95.36 167.87 190.51 -
System Red Green Blue C M Y K H S L
Decimal 183 37 166 0 0.80 0.09 0.28 306.99 0.66 0.43
Hex B7 25 A6 0 50 9 1C 133 42 2B
Octal 267 45 246 0 120 11 34 463 102 53
Binary 10110111 100101 10100110 0 1010000 1001 11100 100110011 1000010 101011

Color Harmonies of #B725A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B725A6

Black with #B725A6

Text Example


Text Example

White with #B725A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B725A6; }

 p { color: rgb(183,37,166); }

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

background-color css

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

 a { background-color: rgb(183,37,166); }

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

border-color css

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

 span { border-color: rgb(183,37,166); }

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