Html Css Color HEX #B03DA0 Medium Red Violet

📋 copy color: '#B03DA0'

red 176 ◦ green 61 ◦ blue 160

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

Shades of Medium Red Violet #B03DA0

Tints of Medium Red Violet #B03DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.3%

R = 44.33%
G = 15.37%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B03DA0 (or 0xB03DA0) is known color: Medium Red Violet. HEX triplet: B0, 3D and A0. RGB value is (176,61,160). Sum of RGB (Red+Green+Blue) = 176+61+160=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B03DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03DA0 is #4FC25F. Grayscale: #6A6A6A. Windows color (decimal): -5227104 or 10501552. OLE color: 10501552.

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

Color convert

RGB 176 61 160 -
CMYK 0 0.65 0.09 0.31
HSL 308.35º 0.49% 0.46% -
HSV(B) 308.35º 0.65% 0.69% -
XYZ 25.92 15.11 34.81 -
YUV 106.67 158.1 177.45 -
System Red Green Blue C M Y K H S L
Decimal 176 61 160 0 0.65 0.09 0.31 308.35 0.49 0.46
Hex B0 3D A0 0 41 9 1F 134 31 2E
Octal 260 75 240 0 101 11 37 464 61 56
Binary 10110000 111101 10100000 0 1000001 1001 11111 100110100 110001 101110

Color Harmonies of #B03DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03DA0

Black with #B03DA0

Text Example


Text Example

White with #B03DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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