Html Css Color HEX #B0038A Medium Violet Red

📋 copy color: '#B0038A'

red 176 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #B0038A

Tints of Medium Violet Red #B0038A

RGB

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

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

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

R = 55.52%
G = 0.95%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0038A (or 0xB0038A) is known color: Medium Violet Red. HEX triplet: B0, 03 and 8A. RGB value is (176,3,138). Sum of RGB (Red+Green+Blue) = 176+3+138=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B0038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0038A is #4FFC75. Grayscale: #454545. Windows color (decimal): -5241974 or 9044912. OLE color: 9044912.

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

Color convert

RGB 176 3 138 -
CMYK 0 0.98 0.22 0.31
HSL 313.18º 0.97% 0.35% -
HSV(B) 313.18º 0.98% 0.69% -
XYZ 22.52 11.13 25.01 -
YUV 70.12 166.31 203.52 -
System Red Green Blue C M Y K H S L
Decimal 176 3 138 0 0.98 0.22 0.31 313.18 0.97 0.35
Hex B0 3 8A 0 62 16 1F 139 61 23
Octal 260 3 212 0 142 26 37 471 141 43
Binary 10110000 11 10001010 0 1100010 10110 11111 100111001 1100001 100011

Color Harmonies of #B0038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0038A

Black with #B0038A

Text Example


Text Example

White with #B0038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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