Html Css Color HEX #B224A5 Medium Red Violet

📋 copy color: '#B224A5'

red 178 ◦ green 36 ◦ blue 165

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

Shades of Medium Red Violet #B224A5

Tints of Medium Red Violet #B224A5

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.5%

 BLUE value IS 165 (64.84% from 255) = 43.54%

R = 46.97%
G = 9.5%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B224A5 (or 0xB224A5) is known color: Medium Red Violet. HEX triplet: B2, 24 and A5. RGB value is (178,36,165). Sum of RGB (Red+Green+Blue) = 178+36+165=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B224A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B224A5 is #4DDB5A. Grayscale: #5C5C5C. Windows color (decimal): -5102427 or 10822834. OLE color: 10822834.

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

Color convert

RGB 178 36 165 -
CMYK 0 0.80 0.07 0.30
HSL 305.49º 0.66% 0.42% -
HSV(B) 305.49º 0.8% 0.7% -
XYZ 25.78 13.44 36.83 -
YUV 93.16 168.54 188.51 -
System Red Green Blue C M Y K H S L
Decimal 178 36 165 0 0.80 0.07 0.30 305.49 0.66 0.42
Hex B2 24 A5 0 50 7 1E 131 42 2A
Octal 262 44 245 0 120 7 36 461 102 52
Binary 10110010 100100 10100101 0 1010000 111 11110 100110001 1000010 101010

Color Harmonies of #B224A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B224A5

Black with #B224A5

Text Example


Text Example

White with #B224A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B224A5; }

 p { color: rgb(178,36,165); }

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

background-color css

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

 a { background-color: rgb(178,36,165); }

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

border-color css

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

 span { border-color: rgb(178,36,165); }

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