Html Css Color HEX #B03390 Medium Red Violet

📋 copy color: '#B03390'

red 176 ◦ green 51 ◦ blue 144

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

Shades of Medium Red Violet #B03390

Tints of Medium Red Violet #B03390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.75%

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

R = 47.44%
G = 13.75%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B03390 (or 0xB03390) is known color: Medium Red Violet. HEX triplet: B0, 33 and 90. RGB value is (176,51,144). Sum of RGB (Red+Green+Blue) = 176+51+144=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B03390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03390 is #4FCC6F. Grayscale: #626262. Windows color (decimal): -5229680 or 9450416. OLE color: 9450416.

HSL color Cylindrical-coordinate representation of color #B03390: hue angle of 315.36º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B03390 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 51 144 -
CMYK 0 0.71 0.18 0.31
HSL 315.36º 0.55% 0.45% -
HSV(B) 315.36º 0.71% 0.69% -
XYZ 24.12 13.61 27.74 -
YUV 98.98 153.41 182.94 -
System Red Green Blue C M Y K H S L
Decimal 176 51 144 0 0.71 0.18 0.31 315.36 0.55 0.45
Hex B0 33 90 0 47 12 1F 13B 37 2D
Octal 260 63 220 0 107 22 37 473 67 55
Binary 10110000 110011 10010000 0 1000111 10010 11111 100111011 110111 101101

Color Harmonies of #B03390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03390

Black with #B03390

Text Example


Text Example

White with #B03390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03390; }

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

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

background-color css

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

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

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

border-color css

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

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

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