Html Css Color HEX #B225AA Medium Red Violet

📋 copy color: '#B225AA'

red 178 ◦ green 37 ◦ blue 170

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

Shades of Medium Red Violet #B225AA

Tints of Medium Red Violet #B225AA

RGB

 RED value IS 178 (69.92% from 255) = 46.23%

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

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

R = 46.23%
G = 9.61%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B225AA (or 0xB225AA) is known color: Medium Red Violet. HEX triplet: B2, 25 and AA. RGB value is (178,37,170). Sum of RGB (Red+Green+Blue) = 178+37+170=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B225AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B225AA is #4DDA55. Grayscale: #5D5D5D. Windows color (decimal): -5102166 or 11150770. OLE color: 11150770.

HSL color Cylindrical-coordinate representation of color #B225AA: hue angle of 303.4º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B225AA is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 37 170 -
CMYK 0 0.79 0.04 0.30
HSL 303.4º 0.66% 0.42% -
HSV(B) 303.4º 0.79% 0.7% -
XYZ 26.28 13.69 39.29 -
YUV 94.32 170.71 187.69 -
System Red Green Blue C M Y K H S L
Decimal 178 37 170 0 0.79 0.04 0.30 303.4 0.66 0.42
Hex B2 25 AA 0 4F 4 1E 12F 42 2A
Octal 262 45 252 0 117 4 36 457 102 52
Binary 10110010 100101 10101010 0 1001111 100 11110 100101111 1000010 101010

Color Harmonies of #B225AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B225AA

Black with #B225AA

Text Example


Text Example

White with #B225AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B225AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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