Html Css Color HEX #B01C90 Medium Violet Red

📋 copy color: '#B01C90'

red 176 ◦ green 28 ◦ blue 144

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

Shades of Medium Violet Red #B01C90

Tints of Medium Violet Red #B01C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.38%

R = 50.57%
G = 8.05%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B01C90 (or 0xB01C90) is known color: Medium Violet Red. HEX triplet: B0, 1C and 90. RGB value is (176,28,144). Sum of RGB (Red+Green+Blue) = 176+28+144=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01C90 is #4FE36F. Grayscale: #555555. Windows color (decimal): -5235568 or 9444528. OLE color: 9444528.

HSL color Cylindrical-coordinate representation of color #B01C90: hue angle of 312.97º 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 #B01C90 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 28 144 -
CMYK 0 0.84 0.18 0.31
HSL 312.97º 0.73% 0.4% -
HSV(B) 312.97º 0.84% 0.69% -
XYZ 23.35 12.07 27.49 -
YUV 85.48 161.03 192.57 -
System Red Green Blue C M Y K H S L
Decimal 176 28 144 0 0.84 0.18 0.31 312.97 0.73 0.4
Hex B0 1C 90 0 54 12 1F 139 49 28
Octal 260 34 220 0 124 22 37 471 111 50
Binary 10110000 11100 10010000 0 1010100 10010 11111 100111001 1001001 101000

Color Harmonies of #B01C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C90

Black with #B01C90

Text Example


Text Example

White with #B01C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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