Html Css Color HEX #B3038D Medium Violet Red

📋 copy color: '#B3038D'

red 179 ◦ green 3 ◦ blue 141

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

Shades of Medium Violet Red #B3038D

Tints of Medium Violet Red #B3038D

RGB

 RED value IS 179 (70.31% from 255) = 55.42%

 GREEN value IS 3 (1.56% from 255) = 0.93%

 BLUE value IS 141 (55.47% from 255) = 43.65%

R = 55.42%
G = 0.93%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3038D (or 0xB3038D) is known color: Medium Violet Red. HEX triplet: B3, 03 and 8D. RGB value is (179,3,141). Sum of RGB (Red+Green+Blue) = 179+3+141=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B3038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3038D is #4CFC72. Grayscale: #464646. Windows color (decimal): -5045363 or 9241523. OLE color: 9241523.

HSL color Cylindrical-coordinate representation of color #B3038D: hue angle of 312.95º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B3038D is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 3 141 -
CMYK 0 0.98 0.21 0.30
HSL 312.95º 0.97% 0.36% -
HSV(B) 312.95º 0.98% 0.7% -
XYZ 23.43 11.57 26.2 -
YUV 71.36 167.31 204.78 -
System Red Green Blue C M Y K H S L
Decimal 179 3 141 0 0.98 0.21 0.30 312.95 0.97 0.36
Hex B3 3 8D 0 62 15 1E 139 61 24
Octal 263 3 215 0 142 25 36 471 141 44
Binary 10110011 11 10001101 0 1100010 10101 11110 100111001 1100001 100100

Color Harmonies of #B3038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3038D

Black with #B3038D

Text Example


Text Example

White with #B3038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3038D; }

 p { color: rgb(179,3,141); }

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

background-color css

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

 a { background-color: rgb(179,3,141); }

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

border-color css

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

 span { border-color: rgb(179,3,141); }

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