Html Css Color HEX #B927A0 Medium Red Violet

📋 copy color: '#B927A0'

red 185 ◦ green 39 ◦ blue 160

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

Shades of Medium Red Violet #B927A0

Tints of Medium Red Violet #B927A0

RGB

 RED value IS 185 (72.66% from 255) = 48.18%

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

 BLUE value IS 160 (62.89% from 255) = 41.67%

R = 48.18%
G = 10.16%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B927A0 (or 0xB927A0) is known color: Medium Red Violet. HEX triplet: B9, 27 and A0. RGB value is (185,39,160). Sum of RGB (Red+Green+Blue) = 185+39+160=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B927A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B927A0 is #46D85F. Grayscale: #606060. Windows color (decimal): -4642912 or 10495929. OLE color: 10495929.

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

Color convert

RGB 185 39 160 -
CMYK 0 0.79 0.14 0.27
HSL 310.27º 0.65% 0.44% -
HSV(B) 310.27º 0.79% 0.73% -
XYZ 27.08 14.3 34.59 -
YUV 96.45 163.87 191.16 -
System Red Green Blue C M Y K H S L
Decimal 185 39 160 0 0.79 0.14 0.27 310.27 0.65 0.44
Hex B9 27 A0 0 4F E 1B 136 41 2C
Octal 271 47 240 0 117 16 33 466 101 54
Binary 10111001 100111 10100000 0 1001111 1110 11011 100110110 1000001 101100

Color Harmonies of #B927A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B927A0

Black with #B927A0

Text Example


Text Example

White with #B927A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B927A0; }

 p { color: rgb(185,39,160); }

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

background-color css

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

 a { background-color: rgb(185,39,160); }

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

border-color css

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

 span { border-color: rgb(185,39,160); }

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