Html Css Color HEX #B228AA Medium Red Violet

📋 copy color: '#B228AA'

red 178 ◦ green 40 ◦ blue 170

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

Shades of Medium Red Violet #B228AA

Tints of Medium Red Violet #B228AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.31%

 BLUE value IS 170 (66.8% from 255) = 43.81%

R = 45.88%
G = 10.31%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B228AA (or 0xB228AA) is known color: Medium Red Violet. HEX triplet: B2, 28 and AA. RGB value is (178,40,170). Sum of RGB (Red+Green+Blue) = 178+40+170=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B228AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B228AA is #4DD755. Grayscale: #5F5F5F. Windows color (decimal): -5101398 or 11151538. OLE color: 11151538.

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

Color convert

RGB 178 40 170 -
CMYK 0 0.78 0.04 0.30
HSL 303.48º 0.63% 0.43% -
HSV(B) 303.48º 0.78% 0.7% -
XYZ 26.37 13.88 39.32 -
YUV 96.08 169.72 186.43 -
System Red Green Blue C M Y K H S L
Decimal 178 40 170 0 0.78 0.04 0.30 303.48 0.63 0.43
Hex B2 28 AA 0 4E 4 1E 12F 3F 2B
Octal 262 50 252 0 116 4 36 457 77 53
Binary 10110010 101000 10101010 0 1001110 100 11110 100101111 111111 101011

Color Harmonies of #B228AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B228AA

Black with #B228AA

Text Example


Text Example

White with #B228AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B228AA; }

 p { color: rgb(178,40,170); }

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

background-color css

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

 a { background-color: rgb(178,40,170); }

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

border-color css

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

 span { border-color: rgb(178,40,170); }

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