Html Css Color HEX #B027A2 Medium Red Violet

📋 copy color: '#B027A2'

red 176 ◦ green 39 ◦ blue 162

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

Shades of Medium Red Violet #B027A2

Tints of Medium Red Violet #B027A2

RGB

 RED value IS 176 (69.14% from 255) = 46.68%

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

 BLUE value IS 162 (63.67% from 255) = 42.97%

R = 46.68%
G = 10.34%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B027A2 (or 0xB027A2) is known color: Medium Red Violet. HEX triplet: B0, 27 and A2. RGB value is (176,39,162). Sum of RGB (Red+Green+Blue) = 176+39+162=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B027A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B027A2 is #4FD85D. Grayscale: #5D5D5D. Windows color (decimal): -5232734 or 10626992. OLE color: 10626992.

HSL color Cylindrical-coordinate representation of color #B027A2: hue angle of 306.13º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B027A2 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 39 162 -
CMYK 0 0.78 0.08 0.31
HSL 306.13º 0.64% 0.42% -
HSV(B) 306.13º 0.78% 0.69% -
XYZ 25.15 13.29 35.42 -
YUV 93.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 176 39 162 0 0.78 0.08 0.31 306.13 0.64 0.42
Hex B0 27 A2 0 4E 8 1F 132 40 2A
Octal 260 47 242 0 116 10 37 462 100 52
Binary 10110000 100111 10100010 0 1001110 1000 11111 100110010 1000000 101010

Color Harmonies of #B027A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B027A2

Black with #B027A2

Text Example


Text Example

White with #B027A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B027A2; }

 p { color: rgb(176,39,162); }

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

background-color css

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

 a { background-color: rgb(176,39,162); }

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

border-color css

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

 span { border-color: rgb(176,39,162); }

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