Html Css Color HEX #B225AB Medium Red Violet

📋 copy color: '#B225AB'

red 178 ◦ green 37 ◦ blue 171

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

Shades of Medium Red Violet #B225AB

Tints of Medium Red Violet #B225AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.3%

R = 46.11%
G = 9.59%
B = 44.3%

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

#B225AB (or 0xB225AB) is known color: Medium Red Violet. HEX triplet: B2, 25 and AB. RGB value is (178,37,171). Sum of RGB (Red+Green+Blue) = 178+37+171=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B225AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B225AB is #4DDA54. Grayscale: #5E5E5E. Windows color (decimal): -5102165 or 11216306. OLE color: 11216306.

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

Color convert

RGB 178 37 171 -
CMYK 0 0.79 0.04 0.30
HSL 302.98º 0.66% 0.42% -
HSV(B) 302.98º 0.79% 0.7% -
XYZ 26.37 13.73 39.79 -
YUV 94.44 171.21 187.6 -
System Red Green Blue C M Y K H S L
Decimal 178 37 171 0 0.79 0.04 0.30 302.98 0.66 0.42
Hex B2 25 AB 0 4F 4 1E 12F 42 2A
Octal 262 45 253 0 117 4 36 457 102 52
Binary 10110010 100101 10101011 0 1001111 100 11110 100101111 1000010 101010

Color Harmonies of #B225AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B225AB

Black with #B225AB

Text Example


Text Example

White with #B225AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B225AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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