Html Css Color HEX #B3038B Medium Violet Red

📋 copy color: '#B3038B'

red 179 ◦ green 3 ◦ blue 139

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

Shades of Medium Violet Red #B3038B

Tints of Medium Violet Red #B3038B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.3%

R = 55.76%
G = 0.93%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3038B (or 0xB3038B) is known color: Medium Violet Red. HEX triplet: B3, 03 and 8B. RGB value is (179,3,139). Sum of RGB (Red+Green+Blue) = 179+3+139=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B3038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3038B is #4CFC74. Grayscale: #464646. Windows color (decimal): -5045365 or 9110451. OLE color: 9110451.

HSL color Cylindrical-coordinate representation of color #B3038B: hue angle of 313.64º 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 #B3038B is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 3 139 -
CMYK 0 0.98 0.22 0.30
HSL 313.64º 0.97% 0.36% -
HSV(B) 313.64º 0.98% 0.7% -
XYZ 23.28 11.51 25.42 -
YUV 71.13 166.31 204.94 -
System Red Green Blue C M Y K H S L
Decimal 179 3 139 0 0.98 0.22 0.30 313.64 0.97 0.36
Hex B3 3 8B 0 62 16 1E 13A 61 24
Octal 263 3 213 0 142 26 36 472 141 44
Binary 10110011 11 10001011 0 1100010 10110 11110 100111010 1100001 100100

Color Harmonies of #B3038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3038B

Black with #B3038B

Text Example


Text Example

White with #B3038B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3038B; }

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

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

background-color css

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

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

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

border-color css

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

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

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