Html Css Color HEX #B726AD Medium Red Violet

📋 copy color: '#B726AD'

red 183 ◦ green 38 ◦ blue 173

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

Shades of Medium Red Violet #B726AD

Tints of Medium Red Violet #B726AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.91%

R = 46.45%
G = 9.64%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B726AD (or 0xB726AD) is known color: Medium Red Violet. HEX triplet: B7, 26 and AD. RGB value is (183,38,173). Sum of RGB (Red+Green+Blue) = 183+38+173=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B726AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B726AD is #48D952. Grayscale: #606060. Windows color (decimal): -4774227 or 11347639. OLE color: 11347639.

HSL color Cylindrical-coordinate representation of color #B726AD: hue angle of 304.14º 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 #B726AD is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 38 173 -
CMYK 0 0.79 0.05 0.28
HSL 304.14º 0.66% 0.43% -
HSV(B) 304.14º 0.79% 0.72% -
XYZ 27.76 14.47 40.86 -
YUV 96.75 171.04 189.52 -
System Red Green Blue C M Y K H S L
Decimal 183 38 173 0 0.79 0.05 0.28 304.14 0.66 0.43
Hex B7 26 AD 0 4F 5 1C 130 42 2B
Octal 267 46 255 0 117 5 34 460 102 53
Binary 10110111 100110 10101101 0 1001111 101 11100 100110000 1000010 101011

Color Harmonies of #B726AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B726AD

Black with #B726AD

Text Example


Text Example

White with #B726AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B726AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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