Html Css Color HEX #B727AB Medium Red Violet

📋 copy color: '#B727AB'

red 183 ◦ green 39 ◦ blue 171

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

Shades of Medium Red Violet #B727AB

Tints of Medium Red Violet #B727AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.92%

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 46.56%
G = 9.92%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B727AB (or 0xB727AB) is known color: Medium Red Violet. HEX triplet: B7, 27 and AB. RGB value is (183,39,171). Sum of RGB (Red+Green+Blue) = 183+39+171=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B727AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B727AB is #48D854. Grayscale: #606060. Windows color (decimal): -4773973 or 11216823. OLE color: 11216823.

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

Color convert

RGB 183 39 171 -
CMYK 0 0.79 0.07 0.28
HSL 305º 0.65% 0.44% -
HSV(B) 305º 0.79% 0.72% -
XYZ 27.6 14.46 39.86 -
YUV 97.1 169.71 189.27 -
System Red Green Blue C M Y K H S L
Decimal 183 39 171 0 0.79 0.07 0.28 305 0.65 0.44
Hex B7 27 AB 0 4F 7 1C 131 41 2C
Octal 267 47 253 0 117 7 34 461 101 54
Binary 10110111 100111 10101011 0 1001111 111 11100 100110001 1000001 101100

Color Harmonies of #B727AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B727AB

Black with #B727AB

Text Example


Text Example

White with #B727AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B727AB; }

 p { color: rgb(183,39,171); }

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

background-color css

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

 a { background-color: rgb(183,39,171); }

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

border-color css

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

 span { border-color: rgb(183,39,171); }

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