Html Css Color HEX #B03798 Medium Red Violet

📋 copy color: '#B03798'

red 176 ◦ green 55 ◦ blue 152

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

Shades of Medium Red Violet #B03798

Tints of Medium Red Violet #B03798

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.36%

 BLUE value IS 152 (59.77% from 255) = 39.69%

R = 45.95%
G = 14.36%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B03798 (or 0xB03798) is known color: Medium Red Violet. HEX triplet: B0, 37 and 98. RGB value is (176,55,152). Sum of RGB (Red+Green+Blue) = 176+55+152=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B03798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03798 is #4FC867. Grayscale: #656565. Windows color (decimal): -5228648 or 9975728. OLE color: 9975728.

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

Color convert

RGB 176 55 152 -
CMYK 0 0.69 0.14 0.31
HSL 311.9º 0.52% 0.45% -
HSV(B) 311.9º 0.69% 0.69% -
XYZ 24.94 14.23 31.14 -
YUV 102.24 156.09 180.61 -
System Red Green Blue C M Y K H S L
Decimal 176 55 152 0 0.69 0.14 0.31 311.9 0.52 0.45
Hex B0 37 98 0 45 E 1F 138 34 2D
Octal 260 67 230 0 105 16 37 470 64 55
Binary 10110000 110111 10011000 0 1000101 1110 11111 100111000 110100 101101

Color Harmonies of #B03798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03798

Black with #B03798

Text Example


Text Example

White with #B03798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03798; }

 p { color: rgb(176,55,152); }

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

background-color css

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

 a { background-color: rgb(176,55,152); }

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

border-color css

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

 span { border-color: rgb(176,55,152); }

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