Html Css Color HEX #B228AB Medium Red Violet

📋 copy color: '#B228AB'

red 178 ◦ green 40 ◦ blue 171

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

Shades of Medium Red Violet #B228AB

Tints of Medium Red Violet #B228AB

RGB

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

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

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

R = 45.76%
G = 10.28%
B = 43.96%

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

#B228AB (or 0xB228AB) is known color: Medium Red Violet. HEX triplet: B2, 28 and AB. RGB value is (178,40,171). Sum of RGB (Red+Green+Blue) = 178+40+171=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B228AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B228AB is #4DD754. Grayscale: #5F5F5F. Windows color (decimal): -5101397 or 11217074. OLE color: 11217074.

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

Color convert

RGB 178 40 171 -
CMYK 0 0.78 0.04 0.30
HSL 303.04º 0.63% 0.43% -
HSV(B) 303.04º 0.78% 0.7% -
XYZ 26.47 13.92 39.82 -
YUV 96.2 170.22 186.35 -
System Red Green Blue C M Y K H S L
Decimal 178 40 171 0 0.78 0.04 0.30 303.04 0.63 0.43
Hex B2 28 AB 0 4E 4 1E 12F 3F 2B
Octal 262 50 253 0 116 4 36 457 77 53
Binary 10110010 101000 10101011 0 1001110 100 11110 100101111 111111 101011

Color Harmonies of #B228AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B228AB

Black with #B228AB

Text Example


Text Example

White with #B228AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B228AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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