Html Css Color HEX #B03A8A Medium Red Violet

📋 copy color: '#B03A8A'

red 176 ◦ green 58 ◦ blue 138

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

Shades of Medium Red Violet #B03A8A

Tints of Medium Red Violet #B03A8A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.59%

 BLUE value IS 138 (54.3% from 255) = 37.1%

R = 47.31%
G = 15.59%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B03A8A (or 0xB03A8A) is known color: Medium Red Violet. HEX triplet: B0, 3A and 8A. RGB value is (176,58,138). Sum of RGB (Red+Green+Blue) = 176+58+138=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03A8A is #4FC575. Grayscale: #666666. Windows color (decimal): -5227894 or 9058992. OLE color: 9058992.

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

Color convert

RGB 176 58 138 -
CMYK 0 0.67 0.22 0.31
HSL 319.32º 0.5% 0.46% -
HSV(B) 319.32º 0.67% 0.69% -
XYZ 24.01 14.09 25.5 -
YUV 102.4 148.09 180.5 -
System Red Green Blue C M Y K H S L
Decimal 176 58 138 0 0.67 0.22 0.31 319.32 0.5 0.46
Hex B0 3A 8A 0 43 16 1F 13F 32 2E
Octal 260 72 212 0 103 26 37 477 62 56
Binary 10110000 111010 10001010 0 1000011 10110 11111 100111111 110010 101110

Color Harmonies of #B03A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03A8A

Black with #B03A8A

Text Example


Text Example

White with #B03A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03A8A; }

 p { color: rgb(176,58,138); }

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

background-color css

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

 a { background-color: rgb(176,58,138); }

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

border-color css

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

 span { border-color: rgb(176,58,138); }

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