Html Css Color HEX #B925AD Medium Red Violet

📋 copy color: '#B925AD'

red 185 ◦ green 37 ◦ blue 173

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

Shades of Medium Red Violet #B925AD

Tints of Medium Red Violet #B925AD

RGB

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

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

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

R = 46.84%
G = 9.37%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B925AD (or 0xB925AD) is known color: Medium Red Violet. HEX triplet: B9, 25 and AD. RGB value is (185,37,173). Sum of RGB (Red+Green+Blue) = 185+37+173=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B925AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B925AD is #46DA52. Grayscale: #606060. Windows color (decimal): -4643411 or 11347385. OLE color: 11347385.

HSL color Cylindrical-coordinate representation of color #B925AD: hue angle of 304.86º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B925AD is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 37 173 -
CMYK 0 0.80 0.06 0.27
HSL 304.86º 0.67% 0.44% -
HSV(B) 304.86º 0.8% 0.73% -
XYZ 28.21 14.65 40.88 -
YUV 96.76 171.03 190.94 -
System Red Green Blue C M Y K H S L
Decimal 185 37 173 0 0.80 0.06 0.27 304.86 0.67 0.44
Hex B9 25 AD 0 50 6 1B 131 43 2C
Octal 271 45 255 0 120 6 33 461 103 54
Binary 10111001 100101 10101101 0 1010000 110 11011 100110001 1000011 101100

Color Harmonies of #B925AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B925AD

Black with #B925AD

Text Example


Text Example

White with #B925AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B925AD; }

 p { color: rgb(185,37,173); }

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

background-color css

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

 a { background-color: rgb(185,37,173); }

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

border-color css

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

 span { border-color: rgb(185,37,173); }

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