Html Css Color HEX #B224A8 Medium Red Violet

📋 copy color: '#B224A8'

red 178 ◦ green 36 ◦ blue 168

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

Shades of Medium Red Violet #B224A8

Tints of Medium Red Violet #B224A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.98%

R = 46.6%
G = 9.42%
B = 43.98%

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

#B224A8 (or 0xB224A8) is known color: Medium Red Violet. HEX triplet: B2, 24 and A8. RGB value is (178,36,168). Sum of RGB (Red+Green+Blue) = 178+36+168=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B224A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B224A8 is #4DDB57. Grayscale: #5D5D5D. Windows color (decimal): -5102424 or 11019442. OLE color: 11019442.

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

Color convert

RGB 178 36 168 -
CMYK 0 0.80 0.06 0.30
HSL 304.23º 0.66% 0.42% -
HSV(B) 304.23º 0.8% 0.7% -
XYZ 26.06 13.55 38.29 -
YUV 93.51 170.04 188.27 -
System Red Green Blue C M Y K H S L
Decimal 178 36 168 0 0.80 0.06 0.30 304.23 0.66 0.42
Hex B2 24 A8 0 50 6 1E 130 42 2A
Octal 262 44 250 0 120 6 36 460 102 52
Binary 10110010 100100 10101000 0 1010000 110 11110 100110000 1000010 101010

Color Harmonies of #B224A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B224A8

Black with #B224A8

Text Example


Text Example

White with #B224A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B224A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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