Html Css Color HEX #B01C8A Medium Violet Red

📋 copy color: '#B01C8A'

red 176 ◦ green 28 ◦ blue 138

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

Shades of Medium Violet Red #B01C8A

Tints of Medium Violet Red #B01C8A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.19%

 BLUE value IS 138 (54.3% from 255) = 40.35%

R = 51.46%
G = 8.19%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B01C8A (or 0xB01C8A) is known color: Medium Violet Red. HEX triplet: B0, 1C and 8A. RGB value is (176,28,138). Sum of RGB (Red+Green+Blue) = 176+28+138=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01C8A is #4FE375. Grayscale: #545454. Windows color (decimal): -5235574 or 9051312. OLE color: 9051312.

HSL color Cylindrical-coordinate representation of color #B01C8A: hue angle of 315.41º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01C8A is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 28 138 -
CMYK 0 0.84 0.22 0.31
HSL 315.41º 0.73% 0.4% -
HSV(B) 315.41º 0.84% 0.69% -
XYZ 22.91 11.9 25.13 -
YUV 84.79 158.03 193.06 -
System Red Green Blue C M Y K H S L
Decimal 176 28 138 0 0.84 0.22 0.31 315.41 0.73 0.4
Hex B0 1C 8A 0 54 16 1F 13B 49 28
Octal 260 34 212 0 124 26 37 473 111 50
Binary 10110000 11100 10001010 0 1010100 10110 11111 100111011 1001001 101000

Color Harmonies of #B01C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C8A

Black with #B01C8A

Text Example


Text Example

White with #B01C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C8A; }

 p { color: rgb(176,28,138); }

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

background-color css

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

 a { background-color: rgb(176,28,138); }

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

border-color css

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

 span { border-color: rgb(176,28,138); }

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