Html Css Color HEX #B625AA Medium Red Violet

📋 copy color: '#B625AA'

red 182 ◦ green 37 ◦ blue 170

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

Shades of Medium Red Violet #B625AA

Tints of Medium Red Violet #B625AA

RGB

 RED value IS 182 (71.48% from 255) = 46.79%

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

 BLUE value IS 170 (66.8% from 255) = 43.7%

R = 46.79%
G = 9.51%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B625AA (or 0xB625AA) is known color: Medium Red Violet. HEX triplet: B6, 25 and AA. RGB value is (182,37,170). Sum of RGB (Red+Green+Blue) = 182+37+170=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B625AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B625AA is #49DA55. Grayscale: #5F5F5F. Windows color (decimal): -4840022 or 11150774. OLE color: 11150774.

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

Color convert

RGB 182 37 170 -
CMYK 0 0.80 0.07 0.29
HSL 304.97º 0.66% 0.43% -
HSV(B) 304.97º 0.8% 0.71% -
XYZ 27.21 14.17 39.33 -
YUV 95.52 170.04 189.69 -
System Red Green Blue C M Y K H S L
Decimal 182 37 170 0 0.80 0.07 0.29 304.97 0.66 0.43
Hex B6 25 AA 0 50 7 1D 131 42 2B
Octal 266 45 252 0 120 7 35 461 102 53
Binary 10110110 100101 10101010 0 1010000 111 11101 100110001 1000010 101011

Color Harmonies of #B625AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B625AA

Black with #B625AA

Text Example


Text Example

White with #B625AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B625AA; }

 p { color: rgb(182,37,170); }

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

background-color css

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

 a { background-color: rgb(182,37,170); }

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

border-color css

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

 span { border-color: rgb(182,37,170); }

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