Html Css Color HEX #B228A9 Medium Red Violet

📋 copy color: '#B228A9'

red 178 ◦ green 40 ◦ blue 169

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

Shades of Medium Red Violet #B228A9

Tints of Medium Red Violet #B228A9

RGB

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

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

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

R = 45.99%
G = 10.34%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B228A9 (or 0xB228A9) is known color: Medium Red Violet. HEX triplet: B2, 28 and A9. RGB value is (178,40,169). Sum of RGB (Red+Green+Blue) = 178+40+169=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 169 (66.41% from 255 or 43.67% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B228A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B228A9 is #4DD756. Grayscale: #5F5F5F. Windows color (decimal): -5101399 or 11086002. OLE color: 11086002.

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

Color convert

RGB 178 40 169 -
CMYK 0 0.78 0.05 0.30
HSL 303.91º 0.63% 0.43% -
HSV(B) 303.91º 0.78% 0.7% -
XYZ 26.28 13.85 38.82 -
YUV 95.97 169.22 186.51 -
System Red Green Blue C M Y K H S L
Decimal 178 40 169 0 0.78 0.05 0.30 303.91 0.63 0.43
Hex B2 28 A9 0 4E 5 1E 130 3F 2B
Octal 262 50 251 0 116 5 36 460 77 53
Binary 10110010 101000 10101001 0 1001110 101 11110 100110000 111111 101011

Color Harmonies of #B228A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B228A9

Black with #B228A9

Text Example


Text Example

White with #B228A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B228A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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