Html Css Color HEX #B225AC Medium Red Violet

📋 copy color: '#B225AC'

red 178 ◦ green 37 ◦ blue 172

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

Shades of Medium Red Violet #B225AC

Tints of Medium Red Violet #B225AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 45.99%
G = 9.56%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B225AC (or 0xB225AC) is known color: Medium Red Violet. HEX triplet: B2, 25 and AC. RGB value is (178,37,172). Sum of RGB (Red+Green+Blue) = 178+37+172=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B225AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B225AC is #4DDA53. Grayscale: #5E5E5E. Windows color (decimal): -5102164 or 11281842. OLE color: 11281842.

HSL color Cylindrical-coordinate representation of color #B225AC: hue angle of 302.55º 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 #B225AC is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 37 172 -
CMYK 0 0.79 0.03 0.30
HSL 302.55º 0.66% 0.42% -
HSV(B) 302.55º 0.79% 0.7% -
XYZ 26.47 13.77 40.29 -
YUV 94.55 171.71 187.52 -
System Red Green Blue C M Y K H S L
Decimal 178 37 172 0 0.79 0.03 0.30 302.55 0.66 0.42
Hex B2 25 AC 0 4F 3 1E 12F 42 2A
Octal 262 45 254 0 117 3 36 457 102 52
Binary 10110010 100101 10101100 0 1001111 11 11110 100101111 1000010 101010

Color Harmonies of #B225AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B225AC

Black with #B225AC

Text Example


Text Example

White with #B225AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B225AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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