Html Css Color HEX #B223A9 Medium Red Violet

📋 copy color: '#B223A9'

red 178 ◦ green 35 ◦ blue 169

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

Shades of Medium Red Violet #B223A9

Tints of Medium Red Violet #B223A9

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.16%

 BLUE value IS 169 (66.41% from 255) = 44.24%

R = 46.6%
G = 9.16%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B223A9 (or 0xB223A9) is known color: Medium Red Violet. HEX triplet: B2, 23 and A9. RGB value is (178,35,169). Sum of RGB (Red+Green+Blue) = 178+35+169=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 169 (66.41% from 255 or 44.24% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B223A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B223A9 is #4DDC56. Grayscale: #5C5C5C. Windows color (decimal): -5102679 or 11084722. OLE color: 11084722.

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

Color convert

RGB 178 35 169 -
CMYK 0 0.80 0.05 0.30
HSL 303.78º 0.67% 0.42% -
HSV(B) 303.78º 0.8% 0.7% -
XYZ 26.12 13.53 38.77 -
YUV 93.03 170.88 188.6 -
System Red Green Blue C M Y K H S L
Decimal 178 35 169 0 0.80 0.05 0.30 303.78 0.67 0.42
Hex B2 23 A9 0 50 5 1E 130 43 2A
Octal 262 43 251 0 120 5 36 460 103 52
Binary 10110010 100011 10101001 0 1010000 101 11110 100110000 1000011 101010

Color Harmonies of #B223A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B223A9

Black with #B223A9

Text Example


Text Example

White with #B223A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B223A9; }

 p { color: rgb(178,35,169); }

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

background-color css

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

 a { background-color: rgb(178,35,169); }

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

border-color css

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

 span { border-color: rgb(178,35,169); }

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