Html Css Color HEX #B3038A Medium Violet Red

📋 copy color: '#B3038A'

red 179 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #B3038A

Tints of Medium Violet Red #B3038A

RGB

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

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

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

R = 55.94%
G = 0.94%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B3038A (or 0xB3038A) is known color: Medium Violet Red. HEX triplet: B3, 03 and 8A. RGB value is (179,3,138). Sum of RGB (Red+Green+Blue) = 179+3+138=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B3038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3038A is #4CFC75. Grayscale: #464646. Windows color (decimal): -5045366 or 9044915. OLE color: 9044915.

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

Color convert

RGB 179 3 138 -
CMYK 0 0.98 0.23 0.30
HSL 313.98º 0.97% 0.36% -
HSV(B) 313.98º 0.98% 0.7% -
XYZ 23.21 11.48 25.04 -
YUV 71.01 165.81 205.02 -
System Red Green Blue C M Y K H S L
Decimal 179 3 138 0 0.98 0.23 0.30 313.98 0.97 0.36
Hex B3 3 8A 0 62 17 1E 13A 61 24
Octal 263 3 212 0 142 27 36 472 141 44
Binary 10110011 11 10001010 0 1100010 10111 11110 100111010 1100001 100100

Color Harmonies of #B3038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3038A

Black with #B3038A

Text Example


Text Example

White with #B3038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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