Html Css Color HEX #B223AB Medium Red Violet

📋 copy color: '#B223AB'

red 178 ◦ green 35 ◦ blue 171

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

Shades of Medium Red Violet #B223AB

Tints of Medium Red Violet #B223AB

RGB

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

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

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

R = 46.35%
G = 9.11%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B223AB (or 0xB223AB) is known color: Medium Red Violet. HEX triplet: B2, 23 and AB. RGB value is (178,35,171). Sum of RGB (Red+Green+Blue) = 178+35+171=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B223AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B223AB is #4DDC54. Grayscale: #5C5C5C. Windows color (decimal): -5102677 or 11215794. OLE color: 11215794.

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

Color convert

RGB 178 35 171 -
CMYK 0 0.80 0.04 0.30
HSL 302.94º 0.67% 0.42% -
HSV(B) 302.94º 0.8% 0.7% -
XYZ 26.31 13.61 39.77 -
YUV 93.26 171.88 188.44 -
System Red Green Blue C M Y K H S L
Decimal 178 35 171 0 0.80 0.04 0.30 302.94 0.67 0.42
Hex B2 23 AB 0 50 4 1E 12F 43 2A
Octal 262 43 253 0 120 4 36 457 103 52
Binary 10110010 100011 10101011 0 1010000 100 11110 100101111 1000011 101010

Color Harmonies of #B223AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B223AB

Black with #B223AB

Text Example


Text Example

White with #B223AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B223AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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