Html Css Color HEX #B03DA1 Medium Red Violet

📋 copy color: '#B03DA1'

red 176 ◦ green 61 ◦ blue 161

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

Shades of Medium Red Violet #B03DA1

Tints of Medium Red Violet #B03DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.45%

R = 44.22%
G = 15.33%
B = 40.45%

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

#B03DA1 (or 0xB03DA1) is known color: Medium Red Violet. HEX triplet: B0, 3D and A1. RGB value is (176,61,161). Sum of RGB (Red+Green+Blue) = 176+61+161=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B03DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03DA1 is #4FC25E. Grayscale: #6A6A6A. Windows color (decimal): -5227103 or 10567088. OLE color: 10567088.

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

Color convert

RGB 176 61 161 -
CMYK 0 0.65 0.09 0.31
HSL 307.83º 0.49% 0.46% -
HSV(B) 307.83º 0.65% 0.69% -
XYZ 26.01 15.14 35.27 -
YUV 106.79 158.6 177.37 -
System Red Green Blue C M Y K H S L
Decimal 176 61 161 0 0.65 0.09 0.31 307.83 0.49 0.46
Hex B0 3D A1 0 41 9 1F 134 31 2E
Octal 260 75 241 0 101 11 37 464 61 56
Binary 10110000 111101 10100001 0 1000001 1001 11111 100110100 110001 101110

Color Harmonies of #B03DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03DA1

Black with #B03DA1

Text Example


Text Example

White with #B03DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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