Html Css Color HEX #B0287E Medium Red Violet

📋 copy color: '#B0287E'

red 176 ◦ green 40 ◦ blue 126

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

Shades of Medium Red Violet #B0287E

Tints of Medium Red Violet #B0287E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.84%

R = 51.46%
G = 11.7%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0287E (or 0xB0287E) is known color: Medium Red Violet. HEX triplet: B0, 28 and 7E. RGB value is (176,40,126). Sum of RGB (Red+Green+Blue) = 176+40+126=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B0287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0287E is #4FD781. Grayscale: #5A5A5A. Windows color (decimal): -5232514 or 8267952. OLE color: 8267952.

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

Color convert

RGB 176 40 126 -
CMYK 0 0.77 0.28 0.31
HSL 322.06º 0.63% 0.42% -
HSV(B) 322.06º 0.77% 0.69% -
XYZ 22.43 12.25 20.92 -
YUV 90.47 148.06 189.01 -
System Red Green Blue C M Y K H S L
Decimal 176 40 126 0 0.77 0.28 0.31 322.06 0.63 0.42
Hex B0 28 7E 0 4D 1C 1F 142 3F 2A
Octal 260 50 176 0 115 34 37 502 77 52
Binary 10110000 101000 1111110 0 1001101 11100 11111 101000010 111111 101010

Color Harmonies of #B0287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0287E

Black with #B0287E

Text Example


Text Example

White with #B0287E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0287E; }

 p { color: rgb(176,40,126); }

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

background-color css

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

 a { background-color: rgb(176,40,126); }

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

border-color css

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

 span { border-color: rgb(176,40,126); }

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