Html Css Color HEX #B229AB Medium Red Violet

📋 copy color: '#B229AB'

red 178 ◦ green 41 ◦ blue 171

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

Shades of Medium Red Violet #B229AB

Tints of Medium Red Violet #B229AB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.51%

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

R = 45.64%
G = 10.51%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B229AB (or 0xB229AB) is known color: Medium Red Violet. HEX triplet: B2, 29 and AB. RGB value is (178,41,171). Sum of RGB (Red+Green+Blue) = 178+41+171=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B229AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B229AB is #4DD654. Grayscale: #606060. Windows color (decimal): -5101141 or 11217330. OLE color: 11217330.

HSL color Cylindrical-coordinate representation of color #B229AB: hue angle of 303.07º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B229AB is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 41 171 -
CMYK 0 0.77 0.04 0.30
HSL 303.07º 0.63% 0.43% -
HSV(B) 303.07º 0.77% 0.7% -
XYZ 26.5 13.99 39.83 -
YUV 96.78 169.89 185.93 -
System Red Green Blue C M Y K H S L
Decimal 178 41 171 0 0.77 0.04 0.30 303.07 0.63 0.43
Hex B2 29 AB 0 4D 4 1E 12F 3F 2B
Octal 262 51 253 0 115 4 36 457 77 53
Binary 10110010 101001 10101011 0 1001101 100 11110 100101111 111111 101011

Color Harmonies of #B229AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B229AB

Black with #B229AB

Text Example


Text Example

White with #B229AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B229AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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