Html Css Color HEX #B227AC Medium Red Violet

📋 copy color: '#B227AC'

red 178 ◦ green 39 ◦ blue 172

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

Shades of Medium Red Violet #B227AC

Tints of Medium Red Violet #B227AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.03%

 BLUE value IS 172 (67.58% from 255) = 44.22%

R = 45.76%
G = 10.03%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B227AC (or 0xB227AC) is known color: Medium Red Violet. HEX triplet: B2, 27 and AC. RGB value is (178,39,172). Sum of RGB (Red+Green+Blue) = 178+39+172=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B227AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B227AC is #4DD853. Grayscale: #5F5F5F. Windows color (decimal): -5101652 or 11282354. OLE color: 11282354.

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

Color convert

RGB 178 39 172 -
CMYK 0 0.78 0.03 0.30
HSL 302.59º 0.64% 0.43% -
HSV(B) 302.59º 0.78% 0.7% -
XYZ 26.53 13.89 40.31 -
YUV 95.72 171.05 186.69 -
System Red Green Blue C M Y K H S L
Decimal 178 39 172 0 0.78 0.03 0.30 302.59 0.64 0.43
Hex B2 27 AC 0 4E 3 1E 12F 40 2B
Octal 262 47 254 0 116 3 36 457 100 53
Binary 10110010 100111 10101100 0 1001110 11 11110 100101111 1000000 101011

Color Harmonies of #B227AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B227AC

Black with #B227AC

Text Example


Text Example

White with #B227AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B227AC; }

 p { color: rgb(178,39,172); }

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

background-color css

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

 a { background-color: rgb(178,39,172); }

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

border-color css

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

 span { border-color: rgb(178,39,172); }

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