Html Css Color HEX #B03D9A Medium Red Violet

📋 copy color: '#B03D9A'

red 176 ◦ green 61 ◦ blue 154

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

Shades of Medium Red Violet #B03D9A

Tints of Medium Red Violet #B03D9A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.6%

 BLUE value IS 154 (60.55% from 255) = 39.39%

R = 45.01%
G = 15.6%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B03D9A (or 0xB03D9A) is known color: Medium Red Violet. HEX triplet: B0, 3D and 9A. RGB value is (176,61,154). Sum of RGB (Red+Green+Blue) = 176+61+154=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03D9A is #4FC265. Grayscale: #696969. Windows color (decimal): -5227110 or 10108336. OLE color: 10108336.

HSL color Cylindrical-coordinate representation of color #B03D9A: hue angle of 311.48º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03D9A is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 61 154 -
CMYK 0 0.65 0.12 0.31
HSL 311.48º 0.49% 0.46% -
HSV(B) 311.48º 0.65% 0.69% -
XYZ 25.41 14.9 32.11 -
YUV 105.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 176 61 154 0 0.65 0.12 0.31 311.48 0.49 0.46
Hex B0 3D 9A 0 41 C 1F 137 31 2E
Octal 260 75 232 0 101 14 37 467 61 56
Binary 10110000 111101 10011010 0 1000001 1100 11111 100110111 110001 101110

Color Harmonies of #B03D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03D9A

Black with #B03D9A

Text Example


Text Example

White with #B03D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03D9A; }

 p { color: rgb(176,61,154); }

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

background-color css

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

 a { background-color: rgb(176,61,154); }

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

border-color css

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

 span { border-color: rgb(176,61,154); }

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