Html Css Color HEX #B224A7 Medium Red Violet

📋 copy color: '#B224A7'

red 178 ◦ green 36 ◦ blue 167

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

Shades of Medium Red Violet #B224A7

Tints of Medium Red Violet #B224A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.83%

R = 46.72%
G = 9.45%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B224A7 (or 0xB224A7) is known color: Medium Red Violet. HEX triplet: B2, 24 and A7. RGB value is (178,36,167). Sum of RGB (Red+Green+Blue) = 178+36+167=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 167 (65.62% from 255 or 43.83% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B224A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B224A7 is #4DDB58. Grayscale: #5D5D5D. Windows color (decimal): -5102425 or 10953906. OLE color: 10953906.

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

Color convert

RGB 178 36 167 -
CMYK 0 0.80 0.06 0.30
HSL 304.65º 0.66% 0.42% -
HSV(B) 304.65º 0.8% 0.7% -
XYZ 25.97 13.52 37.8 -
YUV 93.39 169.54 188.35 -
System Red Green Blue C M Y K H S L
Decimal 178 36 167 0 0.80 0.06 0.30 304.65 0.66 0.42
Hex B2 24 A7 0 50 6 1E 131 42 2A
Octal 262 44 247 0 120 6 36 461 102 52
Binary 10110010 100100 10100111 0 1010000 110 11110 100110001 1000010 101010

Color Harmonies of #B224A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B224A7

Black with #B224A7

Text Example


Text Example

White with #B224A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B224A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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